public class AuthenticateSchema
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> |
_attributes |
AuthenticateSchemaContent |
_content |
| Constructor and Description |
|---|
AuthenticateSchema(AuthenticateSchemaContent content,
Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> attributes) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<AuthenticateSchema> |
_typeDescriptor() |
static AuthenticateSchema |
create_AuthenticateSchema(AuthenticateSchemaContent content,
Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> attributes) |
static AuthenticateSchema |
create(AuthenticateSchemaContent content,
Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> attributes) |
static AuthenticateSchema |
Default() |
Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> |
dtor_attributes() |
AuthenticateSchemaContent |
dtor_content() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_AuthenticateSchema() |
java.lang.String |
toString() |
public AuthenticateSchemaContent _content
public Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> _attributes
public AuthenticateSchema(AuthenticateSchemaContent content, Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> attributes)
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 AuthenticateSchema Default()
public static dafny.TypeDescriptor<AuthenticateSchema> _typeDescriptor()
public static AuthenticateSchema create(AuthenticateSchemaContent content, Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> attributes)
public static AuthenticateSchema create_AuthenticateSchema(AuthenticateSchemaContent content, Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> attributes)
public boolean is_AuthenticateSchema()
public AuthenticateSchemaContent dtor_content()
public Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> dtor_attributes()