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