public class CheckpointIdPathParameter extends MessagePathParameter<Long>
Long.MessageParameter.MessageParameterRequisiteness| Modifier | Constructor and Description |
|---|---|
protected |
CheckpointIdPathParameter() |
| Modifier and Type | Method and Description |
|---|---|
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, resolveFromStringpublic static final String KEY
protected Long convertFromString(String value) throws ConversionException
MessageParameterconvertFromString in class MessageParameter<Long>value - string representation of parameter valueConversionExceptionprotected String convertToString(Long value)
MessageParameterconvertToString in class MessageParameter<Long>value - parameter valuepublic String getDescription()
MessageParametergetDescription in class MessageParameter<Long>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.