public class GetBranchKeyVersionOutput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
BranchKeyMaterials |
_branchKeyMaterials |
| Constructor and Description |
|---|
GetBranchKeyVersionOutput(BranchKeyMaterials branchKeyMaterials) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<GetBranchKeyVersionOutput> |
_typeDescriptor() |
static GetBranchKeyVersionOutput |
create_GetBranchKeyVersionOutput(BranchKeyMaterials branchKeyMaterials) |
static GetBranchKeyVersionOutput |
create(BranchKeyMaterials branchKeyMaterials) |
static GetBranchKeyVersionOutput |
Default() |
BranchKeyMaterials |
dtor_branchKeyMaterials() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_GetBranchKeyVersionOutput() |
java.lang.String |
toString() |
public BranchKeyMaterials _branchKeyMaterials
public GetBranchKeyVersionOutput(BranchKeyMaterials branchKeyMaterials)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static GetBranchKeyVersionOutput Default()
public static dafny.TypeDescriptor<GetBranchKeyVersionOutput> _typeDescriptor()
public static GetBranchKeyVersionOutput create(BranchKeyMaterials branchKeyMaterials)
public static GetBranchKeyVersionOutput create_GetBranchKeyVersionOutput(BranchKeyMaterials branchKeyMaterials)
public boolean is_GetBranchKeyVersionOutput()
public BranchKeyMaterials dtor_branchKeyMaterials()