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