static ResultCode |
ResultCode.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
ResultCode |
Scribe.AsyncClient.Log_call.getResult() |
ResultCode |
Scribe.Log_result.getSuccess() |
ResultCode |
Scribe.Iface.Log(List<LogEntry> messages) |
ResultCode |
Scribe.Client.Log(List<LogEntry> messages) |
ResultCode |
Scribe.Client.recv_Log() |
static ResultCode |
ResultCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultCode[] |
ResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|