public class SubtaskAttemptPathParameter extends MessagePathParameter<Integer>
MessageParameter.MessageParameterRequisiteness| Modifier and Type | Field and Description |
|---|---|
static String |
KEY
The constant subtask attempt KEY.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SubtaskAttemptPathParameter()
Instantiates a new Subtask attempt path parameter.
|
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
convertFromString(String value)
Converts the given string to a valid value of this parameter.
|
protected String |
convertToString(Integer 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 SubtaskAttemptPathParameter()
protected Integer convertFromString(String value) throws ConversionException
MessageParameterconvertFromString in class MessageParameter<Integer>value - string representation of parameter valueConversionExceptionprotected String convertToString(Integer value)
MessageParameterconvertToString in class MessageParameter<Integer>value - parameter valuepublic String getDescription()
MessageParametergetDescription in class MessageParameter<Integer>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.