public static class OtclChainDto.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
String[] |
rawOtclTokens
The raw otcl tokens.
|
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
OtclChainDto.Builder |
addOtclChain(String otclChain)
Adds the otcl chain.
|
OtclChainDto.Builder |
addOtclTokens(String[] otclTokens)
Adds the otcl tokens.
|
OtclChainDto |
build()
Builds the.
|
String |
getOtclChain()
Gets the otcl chain.
|
String[] |
getOtclTokens()
Gets the otcl tokens.
|
String[] |
getRawOtclTokens()
Gets the raw otcl tokens.
|
OtclChainDto.Builder |
incrementCollectionCount()
Increment collection count.
|
OtclChainDto.Builder |
incrementDictionaryCount()
Increment dictionary count.
|
public String[] rawOtclTokens
public OtclChainDto.Builder addOtclChain(String otclChain)
otclChain - the otcl chainpublic OtclChainDto.Builder incrementCollectionCount()
public OtclChainDto.Builder incrementDictionaryCount()
public OtclChainDto.Builder addOtclTokens(String[] otclTokens)
otclTokens - the otcl tokenspublic String getOtclChain()
public String[] getOtclTokens()
public String[] getRawOtclTokens()
public OtclChainDto build()
Copyright © 2021. All rights reserved.