public static final class ALBURIParamToken.Builder
extends java.lang.Object
ALBURIParamToken.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBURIParamToken. |
| Modifier and Type | Method and Description |
|---|---|
ALBURIParamToken |
build() |
ALBURIParamToken.Builder |
setEndIndex(java.lang.Long endIndex)
Index of the ending token in the incoming URI.
|
ALBURIParamToken.Builder |
setStartIndex(java.lang.Long startIndex)
Index of the starting token in the incoming URI.
|
ALBURIParamToken.Builder |
setStrValue(java.lang.String strValue)
Constant string to use as a token.
|
ALBURIParamToken.Builder |
setType(java.lang.String type)
Possible values are:
ALBURIParamToken.TYPE_HOST ALBURIParamToken.TYPE_PATH ALBURIParamToken.TYPE_STRING
ALBURIParamToken.TYPE_STRING_GROUP
ALBURIParamToken.TYPE_REGEX
Token type for constructing the URI. |
public Builder()
ALBURIParamToken.public ALBURIParamToken.Builder setEndIndex(java.lang.Long endIndex)
endIndex - New value for the property.public ALBURIParamToken.Builder setStartIndex(java.lang.Long startIndex)
startIndex - New value for the property.public ALBURIParamToken.Builder setStrValue(java.lang.String strValue)
strValue - New value for the property.public ALBURIParamToken.Builder setType(java.lang.String type)
type - New value for the property.public ALBURIParamToken build()