| Package | Description |
|---|---|
| com.staros.proto | |
| com.staros.util |
| Modifier and Type | Method and Description |
|---|---|
static StatusCode |
StatusCode.forNumber(int value) |
StatusCode |
StarStatus.getStatusCode()
.staros.StatusCode status_code = 1; |
StatusCode |
StarStatus.Builder.getStatusCode()
.staros.StatusCode status_code = 1; |
StatusCode |
StarStatusOrBuilder.getStatusCode()
.staros.StatusCode status_code = 1; |
static StatusCode |
StatusCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StatusCode |
StatusCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StatusCode |
StatusCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<StatusCode> |
StatusCode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
StarStatus.Builder |
StarStatus.Builder.setStatusCode(StatusCode value)
.staros.StatusCode status_code = 1; |
| Modifier and Type | Method and Description |
|---|---|
static StarStatus |
StatusFactory.getStatus(StatusCode code,
java.lang.String msg) |
Copyright © 2024. All rights reserved.