public class SubtaskAttemptPathParameter extends MessagePathParameter<Integer>
MessageParameter.MessageParameterRequisiteness| 限定符 | 构造器和说明 |
|---|---|
protected |
SubtaskAttemptPathParameter()
Instantiates a new Subtask attempt path parameter.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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, resolveFromStringprotected SubtaskAttemptPathParameter()
protected Integer convertFromString(String value) throws ConversionException
MessageParameterconvertFromString 在类中 MessageParameter<Integer>value - string representation of parameter valueConversionExceptionprotected String convertToString(Integer value)
MessageParameterconvertToString 在类中 MessageParameter<Integer>value - parameter valuepublic String getDescription()
MessageParametergetDescription 在类中 MessageParameter<Integer>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.