Class EntryClassQueryParameter
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.MessageParameter<List<X>>
-
- org.apache.flink.runtime.rest.messages.MessageQueryParameter<String>
-
- org.apache.flink.runtime.webmonitor.handlers.StringQueryParameter
-
- org.apache.flink.runtime.webmonitor.handlers.EntryClassQueryParameter
-
public class EntryClassQueryParameter extends StringQueryParameter
Query parameter specifying the name of the entry point class.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.runtime.rest.messages.MessageParameter
MessageParameter.MessageParameterRequisiteness
-
-
Constructor Summary
Constructors Constructor Description EntryClassQueryParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Returns a description for REST API HTML documentation.-
Methods inherited from class org.apache.flink.runtime.webmonitor.handlers.StringQueryParameter
convertStringToValue, convertValueToString
-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageQueryParameter
convertFromString, convertToString
-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameter
getKey, getValue, isMandatory, isResolved, resolve, resolveFromString
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
Description copied from class:MessageParameter
Returns a description for REST API HTML documentation.- Specified by:
getDescription
in classMessageParameter<List<String>>
- Returns:
- escaped HTML string
-
-