@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-11-12T11:58:50.284Z[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 |
| 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
|
int |
hashCode() |
BmTreeSignature |
root(ParentPublicKeySignaturePair root) |
void |
setBottom(ParentPublicKeySignaturePair bottom) |
void |
setRoot(ParentPublicKeySignaturePair root) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_ROOT
public static final java.lang.String JSON_PROPERTY_BOTTOM
public BmTreeSignature root(ParentPublicKeySignaturePair root)
public ParentPublicKeySignaturePair getRoot()
public void setRoot(ParentPublicKeySignaturePair root)
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