@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-12-10T22:06:53.577Z[UTC]")
public class BmTreeSignature
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_BOTTOM |
static java.lang.String |
JSON_PROPERTY_ROOT |
static java.lang.String |
JSON_PROPERTY_TOP |
| Constructor and Description |
|---|
BmTreeSignature() |
| Modifier and Type | Method and Description |
|---|---|
BmTreeSignature |
bottom(ParentPublicKeySignaturePair bottom) |
boolean |
equals(java.lang.Object o) |
ParentPublicKeySignaturePair |
getBottom()
Get bottom
|
ParentPublicKeySignaturePair |
getRoot()
Get root
|
ParentPublicKeySignaturePair |
getTop()
Get top
|
int |
hashCode() |
BmTreeSignature |
root(ParentPublicKeySignaturePair root) |
void |
setBottom(ParentPublicKeySignaturePair bottom) |
void |
setRoot(ParentPublicKeySignaturePair root) |
void |
setTop(ParentPublicKeySignaturePair top) |
BmTreeSignature |
top(ParentPublicKeySignaturePair top) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_ROOT
public static final java.lang.String JSON_PROPERTY_TOP
public static final java.lang.String JSON_PROPERTY_BOTTOM
public BmTreeSignature root(ParentPublicKeySignaturePair root)
public ParentPublicKeySignaturePair getRoot()
public void setRoot(ParentPublicKeySignaturePair root)
public BmTreeSignature top(ParentPublicKeySignaturePair top)
@Nullable public ParentPublicKeySignaturePair getTop()
public void setTop(ParentPublicKeySignaturePair top)
public BmTreeSignature bottom(ParentPublicKeySignaturePair bottom)
public ParentPublicKeySignaturePair getBottom()
public void setBottom(ParentPublicKeySignaturePair bottom)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object