public class GetActiveBranchKeyInput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
dafny.DafnySequence<? extends java.lang.Character> |
_branchKeyIdentifier |
| Constructor and Description |
|---|
GetActiveBranchKeyInput(dafny.DafnySequence<? extends java.lang.Character> branchKeyIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<GetActiveBranchKeyInput> |
_typeDescriptor() |
static GetActiveBranchKeyInput |
create_GetActiveBranchKeyInput(dafny.DafnySequence<? extends java.lang.Character> branchKeyIdentifier) |
static GetActiveBranchKeyInput |
create(dafny.DafnySequence<? extends java.lang.Character> branchKeyIdentifier) |
static GetActiveBranchKeyInput |
Default() |
dafny.DafnySequence<? extends java.lang.Character> |
dtor_branchKeyIdentifier() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_GetActiveBranchKeyInput() |
java.lang.String |
toString() |
public dafny.DafnySequence<? extends java.lang.Character> _branchKeyIdentifier
public GetActiveBranchKeyInput(dafny.DafnySequence<? extends java.lang.Character> branchKeyIdentifier)
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 GetActiveBranchKeyInput Default()
public static dafny.TypeDescriptor<GetActiveBranchKeyInput> _typeDescriptor()
public static GetActiveBranchKeyInput create(dafny.DafnySequence<? extends java.lang.Character> branchKeyIdentifier)
public static GetActiveBranchKeyInput create_GetActiveBranchKeyInput(dafny.DafnySequence<? extends java.lang.Character> branchKeyIdentifier)
public boolean is_GetActiveBranchKeyInput()
public dafny.DafnySequence<? extends java.lang.Character> dtor_branchKeyIdentifier()