public class JobIDPathParameter extends MessagePathParameter<org.apache.flink.api.common.JobID>
MessageParameter.MessageParameterRequisiteness| Constructor and Description |
|---|
JobIDPathParameter() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.api.common.JobID |
convertFromString(String value)
Converts the given string to a valid value of this parameter.
|
protected String |
convertToString(org.apache.flink.api.common.JobID value)
Converts the given value to its string representation.
|
String |
getDescription()
Returns a description for REST API HTML documentation.
|
getKey, getValue, isMandatory, isResolved, resolve, resolveFromStringpublic static final String KEY
protected org.apache.flink.api.common.JobID convertFromString(String value)
MessageParameterconvertFromString in class MessageParameter<org.apache.flink.api.common.JobID>value - string representation of parameter valueprotected String convertToString(org.apache.flink.api.common.JobID value)
MessageParameterconvertToString in class MessageParameter<org.apache.flink.api.common.JobID>value - parameter valuepublic String getDescription()
MessageParametergetDescription in class MessageParameter<org.apache.flink.api.common.JobID>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.