public static interface State.EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.ByteString |
getUuid()
required bytes uuid = 2; |
com.google.protobuf.ByteString |
getValue()
required bytes value = 3; |
boolean |
hasName()
required string name = 1; |
boolean |
hasUuid()
required bytes uuid = 2; |
boolean |
hasValue()
required bytes value = 3; |
boolean hasName()
required string name = 1;String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasUuid()
required bytes uuid = 2;com.google.protobuf.ByteString getUuid()
required bytes uuid = 2;boolean hasValue()
required bytes value = 3;com.google.protobuf.ByteString getValue()
required bytes value = 3;Copyright © 2014–2015. All rights reserved.