public class CheckpointIdPathParameter extends MessagePathParameter<Long>
Long.MessageParameter.MessageParameterRequisiteness| 限定符 | 构造器和说明 |
|---|---|
protected |
CheckpointIdPathParameter() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Long |
convertFromString(String value)
Converts the given string to a valid value of this parameter.
|
protected String |
convertToString(Long 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 Long convertFromString(String value) throws ConversionException
MessageParameterconvertFromString 在类中 MessageParameter<Long>value - string representation of parameter valueConversionExceptionprotected String convertToString(Long value)
MessageParameterconvertToString 在类中 MessageParameter<Long>value - parameter valuepublic String getDescription()
MessageParametergetDescription 在类中 MessageParameter<Long>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.