接口 JsonMapPb.JsonValueOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- JsonMapPb
public static interface JsonMapPb.JsonValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleangetBoolValue()Represents a boolean value.doublegetDoubleValue()Represents a double value.intgetIntValue()Represents an int32 value.JsonMapPb.JsonValue.KindCasegetKindCase()JsonMapPb.JsonListgetListValue()Represents a repeated `Value`.JsonMapPb.JsonListOrBuildergetListValueOrBuilder()Represents a repeated `Value`.longgetLongValue()Represents an int64 value.com.google.protobuf.NullValuegetNullValue()Represents a null value.intgetNullValueValue()Represents a null value.StringgetStringValue()Represents a string value.com.google.protobuf.ByteStringgetStringValueBytes()Represents a string value.JsonMapPb.JsonMapgetStructValue()Represents a structured value.JsonMapPb.JsonMapOrBuildergetStructValueOrBuilder()Represents a structured value.booleanhasBoolValue()Represents a boolean value.booleanhasDoubleValue()Represents a double value.booleanhasIntValue()Represents an int32 value.booleanhasListValue()Represents a repeated `Value`.booleanhasLongValue()Represents an int64 value.booleanhasNullValue()Represents a null value.booleanhasStringValue()Represents a string value.booleanhasStructValue()Represents a structured value.
-
-
-
方法详细资料
-
hasNullValue
boolean hasNullValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;- 返回:
- Whether the nullValue field is set.
-
getNullValueValue
int getNullValueValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;- 返回:
- The enum numeric value on the wire for nullValue.
-
getNullValue
com.google.protobuf.NullValue getNullValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;- 返回:
- The nullValue.
-
hasIntValue
boolean hasIntValue()
Represents an int32 value.
int32 int_value = 2;- 返回:
- Whether the intValue field is set.
-
getIntValue
int getIntValue()
Represents an int32 value.
int32 int_value = 2;- 返回:
- The intValue.
-
hasLongValue
boolean hasLongValue()
Represents an int64 value.
int64 long_value = 3;- 返回:
- Whether the longValue field is set.
-
getLongValue
long getLongValue()
Represents an int64 value.
int64 long_value = 3;- 返回:
- The longValue.
-
hasDoubleValue
boolean hasDoubleValue()
Represents a double value.
double double_value = 4;- 返回:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()
Represents a double value.
double double_value = 4;- 返回:
- The doubleValue.
-
hasStringValue
boolean hasStringValue()
Represents a string value.
string string_value = 5;- 返回:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()
Represents a string value.
string string_value = 5;- 返回:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()
Represents a string value.
string string_value = 5;- 返回:
- The bytes for stringValue.
-
hasBoolValue
boolean hasBoolValue()
Represents a boolean value.
bool bool_value = 6;- 返回:
- Whether the boolValue field is set.
-
getBoolValue
boolean getBoolValue()
Represents a boolean value.
bool bool_value = 6;- 返回:
- The boolValue.
-
hasStructValue
boolean hasStructValue()
Represents a structured value.
.taskflow.proto.JsonMap struct_value = 7;- 返回:
- Whether the structValue field is set.
-
getStructValue
JsonMapPb.JsonMap getStructValue()
Represents a structured value.
.taskflow.proto.JsonMap struct_value = 7;- 返回:
- The structValue.
-
getStructValueOrBuilder
JsonMapPb.JsonMapOrBuilder getStructValueOrBuilder()
Represents a structured value.
.taskflow.proto.JsonMap struct_value = 7;
-
hasListValue
boolean hasListValue()
Represents a repeated `Value`.
.taskflow.proto.JsonList list_value = 8;- 返回:
- Whether the listValue field is set.
-
getListValue
JsonMapPb.JsonList getListValue()
Represents a repeated `Value`.
.taskflow.proto.JsonList list_value = 8;- 返回:
- The listValue.
-
getListValueOrBuilder
JsonMapPb.JsonListOrBuilder getListValueOrBuilder()
Represents a repeated `Value`.
.taskflow.proto.JsonList list_value = 8;
-
getKindCase
JsonMapPb.JsonValue.KindCase getKindCase()
-
-