public class GetBranchKeyIdOutput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
dafny.DafnySequence<? extends java.lang.Character> |
_branchKeyId |
| Constructor and Description |
|---|
GetBranchKeyIdOutput(dafny.DafnySequence<? extends java.lang.Character> branchKeyId) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<GetBranchKeyIdOutput> |
_typeDescriptor() |
static GetBranchKeyIdOutput |
create_GetBranchKeyIdOutput(dafny.DafnySequence<? extends java.lang.Character> branchKeyId) |
static GetBranchKeyIdOutput |
create(dafny.DafnySequence<? extends java.lang.Character> branchKeyId) |
static GetBranchKeyIdOutput |
Default() |
dafny.DafnySequence<? extends java.lang.Character> |
dtor_branchKeyId() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_GetBranchKeyIdOutput() |
java.lang.String |
toString() |
public GetBranchKeyIdOutput(dafny.DafnySequence<? extends java.lang.Character> branchKeyId)
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 GetBranchKeyIdOutput Default()
public static dafny.TypeDescriptor<GetBranchKeyIdOutput> _typeDescriptor()
public static GetBranchKeyIdOutput create(dafny.DafnySequence<? extends java.lang.Character> branchKeyId)
public static GetBranchKeyIdOutput create_GetBranchKeyIdOutput(dafny.DafnySequence<? extends java.lang.Character> branchKeyId)
public boolean is_GetBranchKeyIdOutput()
public dafny.DafnySequence<? extends java.lang.Character> dtor_branchKeyId()