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, resolveFromString
public static final String KEY
protected SubtaskAttemptPathParameter()
protected Integer convertFromString(String value) throws ConversionException
MessageParameter
convertFromString
in class MessageParameter<Integer>
value
- string representation of parameter valueConversionException
protected String convertToString(Integer value)
MessageParameter
convertToString
in class MessageParameter<Integer>
value
- parameter valuepublic String getDescription()
MessageParameter
getDescription
in class MessageParameter<Integer>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.