public class SubtaskIndexPathParameter extends MessagePathParameter<Integer>
MessageParameter.MessageParameterRequisiteness| 构造器和说明 |
|---|
SubtaskIndexPathParameter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 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–2023 The Apache Software Foundation. All rights reserved.