public final class OtclChainDto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OtclChainDto.Builder
The Class Builder.
|
| Modifier and Type | Field and Description |
|---|---|
int |
collectionCount
The collection count.
|
int |
dictionaryCount
The dictionary count.
|
String |
otclChain
The otcl chain.
|
String[] |
otclTokens
The otcl tokens.
|
String[] |
rawOtclTokens
The raw otcl tokens.
|
| Constructor and Description |
|---|
OtclChainDto()
Instantiates a new otcl chain dto.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
int |
hashCode()
Hash code.
|
static OtclChainDto.Builder |
newBuilder()
New builder.
|
String |
toString()
To string.
|
public String otclChain
public int collectionCount
public int dictionaryCount
public String[] rawOtclTokens
public String[] otclTokens
public static OtclChainDto.Builder newBuilder()
public String toString()
Copyright © 2021. All rights reserved.