接口 JsonMapPb.JsonValueOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    JsonMapPb.JsonValue, JsonMapPb.JsonValue.Builder
    封闭类:
    JsonMapPb

    public static interface JsonMapPb.JsonValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • 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;