public class GetBeaconKeyOutput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
BeaconKeyMaterials |
_beaconKeyMaterials |
| Constructor and Description |
|---|
GetBeaconKeyOutput(BeaconKeyMaterials beaconKeyMaterials) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<GetBeaconKeyOutput> |
_typeDescriptor() |
static GetBeaconKeyOutput |
create_GetBeaconKeyOutput(BeaconKeyMaterials beaconKeyMaterials) |
static GetBeaconKeyOutput |
create(BeaconKeyMaterials beaconKeyMaterials) |
static GetBeaconKeyOutput |
Default() |
BeaconKeyMaterials |
dtor_beaconKeyMaterials() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_GetBeaconKeyOutput() |
java.lang.String |
toString() |
public BeaconKeyMaterials _beaconKeyMaterials
public GetBeaconKeyOutput(BeaconKeyMaterials beaconKeyMaterials)
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 GetBeaconKeyOutput Default()
public static dafny.TypeDescriptor<GetBeaconKeyOutput> _typeDescriptor()
public static GetBeaconKeyOutput create(BeaconKeyMaterials beaconKeyMaterials)
public static GetBeaconKeyOutput create_GetBeaconKeyOutput(BeaconKeyMaterials beaconKeyMaterials)
public boolean is_GetBeaconKeyOutput()
public BeaconKeyMaterials dtor_beaconKeyMaterials()