public class PutCacheEntryInput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Wrappers_Compile.Option<java.lang.Integer> |
_bytesUsed |
long |
_creationTime |
long |
_expiryTime |
dafny.DafnySequence<? extends java.lang.Byte> |
_identifier |
Materials |
_materials |
Wrappers_Compile.Option<java.lang.Integer> |
_messagesUsed |
| Constructor and Description |
|---|
PutCacheEntryInput(dafny.DafnySequence<? extends java.lang.Byte> identifier,
Materials materials,
long creationTime,
long expiryTime,
Wrappers_Compile.Option<java.lang.Integer> messagesUsed,
Wrappers_Compile.Option<java.lang.Integer> bytesUsed) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<PutCacheEntryInput> |
_typeDescriptor() |
static PutCacheEntryInput |
create_PutCacheEntryInput(dafny.DafnySequence<? extends java.lang.Byte> identifier,
Materials materials,
long creationTime,
long expiryTime,
Wrappers_Compile.Option<java.lang.Integer> messagesUsed,
Wrappers_Compile.Option<java.lang.Integer> bytesUsed) |
static PutCacheEntryInput |
create(dafny.DafnySequence<? extends java.lang.Byte> identifier,
Materials materials,
long creationTime,
long expiryTime,
Wrappers_Compile.Option<java.lang.Integer> messagesUsed,
Wrappers_Compile.Option<java.lang.Integer> bytesUsed) |
static PutCacheEntryInput |
Default() |
Wrappers_Compile.Option<java.lang.Integer> |
dtor_bytesUsed() |
long |
dtor_creationTime() |
long |
dtor_expiryTime() |
dafny.DafnySequence<? extends java.lang.Byte> |
dtor_identifier() |
Materials |
dtor_materials() |
Wrappers_Compile.Option<java.lang.Integer> |
dtor_messagesUsed() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_PutCacheEntryInput() |
java.lang.String |
toString() |
public dafny.DafnySequence<? extends java.lang.Byte> _identifier
public Materials _materials
public long _creationTime
public long _expiryTime
public Wrappers_Compile.Option<java.lang.Integer> _messagesUsed
public Wrappers_Compile.Option<java.lang.Integer> _bytesUsed
public PutCacheEntryInput(dafny.DafnySequence<? extends java.lang.Byte> identifier,
Materials materials,
long creationTime,
long expiryTime,
Wrappers_Compile.Option<java.lang.Integer> messagesUsed,
Wrappers_Compile.Option<java.lang.Integer> bytesUsed)
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 PutCacheEntryInput Default()
public static dafny.TypeDescriptor<PutCacheEntryInput> _typeDescriptor()
public static PutCacheEntryInput create(dafny.DafnySequence<? extends java.lang.Byte> identifier, Materials materials, long creationTime, long expiryTime, Wrappers_Compile.Option<java.lang.Integer> messagesUsed, Wrappers_Compile.Option<java.lang.Integer> bytesUsed)
public static PutCacheEntryInput create_PutCacheEntryInput(dafny.DafnySequence<? extends java.lang.Byte> identifier, Materials materials, long creationTime, long expiryTime, Wrappers_Compile.Option<java.lang.Integer> messagesUsed, Wrappers_Compile.Option<java.lang.Integer> bytesUsed)
public boolean is_PutCacheEntryInput()
public dafny.DafnySequence<? extends java.lang.Byte> dtor_identifier()
public Materials dtor_materials()
public long dtor_creationTime()
public long dtor_expiryTime()
public Wrappers_Compile.Option<java.lang.Integer> dtor_messagesUsed()
public Wrappers_Compile.Option<java.lang.Integer> dtor_bytesUsed()