public static interface Protos.ObjectJsonResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
required string class_name = 2; |
com.google.protobuf.ByteString |
getClassNameBytes()
required string class_name = 2; |
String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
String |
getObject()
optional string object = 3; |
com.google.protobuf.ByteString |
getObjectBytes()
optional string object = 3; |
boolean |
hasClassName()
required string class_name = 2; |
boolean |
hasKey()
required string key = 1; |
boolean |
hasObject()
optional string object = 3; |
boolean hasKey()
required string key = 1;String getKey()
required string key = 1;com.google.protobuf.ByteString getKeyBytes()
required string key = 1;boolean hasClassName()
required string class_name = 2;String getClassName()
required string class_name = 2;com.google.protobuf.ByteString getClassNameBytes()
required string class_name = 2;boolean hasObject()
optional string object = 3;
in json
String getObject()
optional string object = 3;
in json
com.google.protobuf.ByteString getObjectBytes()
optional string object = 3;
in json
Copyright © 2015. All rights reserved.