public class GetCacheEntryOutput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
_bytesUsed |
long |
_creationTime |
long |
_expiryTime |
Materials |
_materials |
int |
_messagesUsed |
| Constructor and Description |
|---|
GetCacheEntryOutput(Materials materials,
long creationTime,
long expiryTime,
int messagesUsed,
int bytesUsed) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<GetCacheEntryOutput> |
_typeDescriptor() |
static GetCacheEntryOutput |
create_GetCacheEntryOutput(Materials materials,
long creationTime,
long expiryTime,
int messagesUsed,
int bytesUsed) |
static GetCacheEntryOutput |
create(Materials materials,
long creationTime,
long expiryTime,
int messagesUsed,
int bytesUsed) |
static GetCacheEntryOutput |
Default() |
int |
dtor_bytesUsed() |
long |
dtor_creationTime() |
long |
dtor_expiryTime() |
Materials |
dtor_materials() |
int |
dtor_messagesUsed() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_GetCacheEntryOutput() |
java.lang.String |
toString() |
public Materials _materials
public long _creationTime
public long _expiryTime
public int _messagesUsed
public int _bytesUsed
public GetCacheEntryOutput(Materials materials, long creationTime, long expiryTime, int messagesUsed, int 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 GetCacheEntryOutput Default()
public static dafny.TypeDescriptor<GetCacheEntryOutput> _typeDescriptor()
public static GetCacheEntryOutput create(Materials materials, long creationTime, long expiryTime, int messagesUsed, int bytesUsed)
public static GetCacheEntryOutput create_GetCacheEntryOutput(Materials materials, long creationTime, long expiryTime, int messagesUsed, int bytesUsed)
public boolean is_GetCacheEntryOutput()
public Materials dtor_materials()
public long dtor_creationTime()
public long dtor_expiryTime()
public int dtor_messagesUsed()
public int dtor_bytesUsed()