类 JsonMapPb.JsonValue.Builder

    • 方法详细资料

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        指定者:
        internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<JsonMapPb.JsonValue.Builder>
      • clear

        public JsonMapPb.JsonValue.Builder clear()
        指定者:
        clear 在接口中 com.google.protobuf.Message.Builder
        指定者:
        clear 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        clear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<JsonMapPb.JsonValue.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        指定者:
        getDescriptorForType 在接口中 com.google.protobuf.Message.Builder
        指定者:
        getDescriptorForType 在接口中 com.google.protobuf.MessageOrBuilder
        覆盖:
        getDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<JsonMapPb.JsonValue.Builder>
      • getDefaultInstanceForType

        public JsonMapPb.JsonValue getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder
      • build

        public JsonMapPb.JsonValue build()
        指定者:
        build 在接口中 com.google.protobuf.Message.Builder
        指定者:
        build 在接口中 com.google.protobuf.MessageLite.Builder
      • buildPartial

        public JsonMapPb.JsonValue buildPartial()
        指定者:
        buildPartial 在接口中 com.google.protobuf.Message.Builder
        指定者:
        buildPartial 在接口中 com.google.protobuf.MessageLite.Builder
      • clone

        public JsonMapPb.JsonValue.Builder clone()
        指定者:
        clone 在接口中 com.google.protobuf.Message.Builder
        指定者:
        clone 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        clone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<JsonMapPb.JsonValue.Builder>
      • setField

        public JsonMapPb.JsonValue.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        指定者:
        setField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        setField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<JsonMapPb.JsonValue.Builder>
      • clearField

        public JsonMapPb.JsonValue.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        指定者:
        clearField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        clearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<JsonMapPb.JsonValue.Builder>
      • clearOneof

        public JsonMapPb.JsonValue.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        指定者:
        clearOneof 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        clearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<JsonMapPb.JsonValue.Builder>
      • setRepeatedField

        public JsonMapPb.JsonValue.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            int index,
                                                            Object value)
        指定者:
        setRepeatedField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        setRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<JsonMapPb.JsonValue.Builder>
      • addRepeatedField

        public JsonMapPb.JsonValue.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            Object value)
        指定者:
        addRepeatedField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        addRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<JsonMapPb.JsonValue.Builder>
      • mergeFrom

        public JsonMapPb.JsonValue.Builder mergeFrom​(com.google.protobuf.Message other)
        指定者:
        mergeFrom 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<JsonMapPb.JsonValue.Builder>
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<JsonMapPb.JsonValue.Builder>
      • mergeFrom

        public JsonMapPb.JsonValue.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
        指定者:
        mergeFrom 在接口中 com.google.protobuf.Message.Builder
        指定者:
        mergeFrom 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<JsonMapPb.JsonValue.Builder>
        抛出:
        IOException
      • hasNullValue

        public boolean hasNullValue()
         Represents a null value.
         
        .google.protobuf.NullValue null_value = 1;
        指定者:
        hasNullValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the nullValue field is set.
      • getNullValueValue

        public int getNullValueValue()
         Represents a null value.
         
        .google.protobuf.NullValue null_value = 1;
        指定者:
        getNullValueValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        The enum numeric value on the wire for nullValue.
      • setNullValueValue

        public JsonMapPb.JsonValue.Builder setNullValueValue​(int value)
         Represents a null value.
         
        .google.protobuf.NullValue null_value = 1;
        参数:
        value - The enum numeric value on the wire for nullValue to set.
        返回:
        This builder for chaining.
      • getNullValue

        public com.google.protobuf.NullValue getNullValue()
         Represents a null value.
         
        .google.protobuf.NullValue null_value = 1;
        指定者:
        getNullValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        The nullValue.
      • setNullValue

        public JsonMapPb.JsonValue.Builder setNullValue​(com.google.protobuf.NullValue value)
         Represents a null value.
         
        .google.protobuf.NullValue null_value = 1;
        参数:
        value - The nullValue to set.
        返回:
        This builder for chaining.
      • clearNullValue

        public JsonMapPb.JsonValue.Builder clearNullValue()
         Represents a null value.
         
        .google.protobuf.NullValue null_value = 1;
        返回:
        This builder for chaining.
      • hasIntValue

        public boolean hasIntValue()
         Represents an int32 value.
         
        int32 int_value = 2;
        指定者:
        hasIntValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the intValue field is set.
      • setIntValue

        public JsonMapPb.JsonValue.Builder setIntValue​(int value)
         Represents an int32 value.
         
        int32 int_value = 2;
        参数:
        value - The intValue to set.
        返回:
        This builder for chaining.
      • clearIntValue

        public JsonMapPb.JsonValue.Builder clearIntValue()
         Represents an int32 value.
         
        int32 int_value = 2;
        返回:
        This builder for chaining.
      • hasLongValue

        public boolean hasLongValue()
         Represents an int64 value.
         
        int64 long_value = 3;
        指定者:
        hasLongValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the longValue field is set.
      • setLongValue

        public JsonMapPb.JsonValue.Builder setLongValue​(long value)
         Represents an int64 value.
         
        int64 long_value = 3;
        参数:
        value - The longValue to set.
        返回:
        This builder for chaining.
      • clearLongValue

        public JsonMapPb.JsonValue.Builder clearLongValue()
         Represents an int64 value.
         
        int64 long_value = 3;
        返回:
        This builder for chaining.
      • hasDoubleValue

        public boolean hasDoubleValue()
         Represents a double value.
         
        double double_value = 4;
        指定者:
        hasDoubleValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the doubleValue field is set.
      • setDoubleValue

        public JsonMapPb.JsonValue.Builder setDoubleValue​(double value)
         Represents a double value.
         
        double double_value = 4;
        参数:
        value - The doubleValue to set.
        返回:
        This builder for chaining.
      • clearDoubleValue

        public JsonMapPb.JsonValue.Builder clearDoubleValue()
         Represents a double value.
         
        double double_value = 4;
        返回:
        This builder for chaining.
      • hasStringValue

        public boolean hasStringValue()
         Represents a string value.
         
        string string_value = 5;
        指定者:
        hasStringValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the stringValue field is set.
      • getStringValueBytes

        public com.google.protobuf.ByteString getStringValueBytes()
         Represents a string value.
         
        string string_value = 5;
        指定者:
        getStringValueBytes 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        The bytes for stringValue.
      • setStringValue

        public JsonMapPb.JsonValue.Builder setStringValue​(String value)
         Represents a string value.
         
        string string_value = 5;
        参数:
        value - The stringValue to set.
        返回:
        This builder for chaining.
      • clearStringValue

        public JsonMapPb.JsonValue.Builder clearStringValue()
         Represents a string value.
         
        string string_value = 5;
        返回:
        This builder for chaining.
      • setStringValueBytes

        public JsonMapPb.JsonValue.Builder setStringValueBytes​(com.google.protobuf.ByteString value)
         Represents a string value.
         
        string string_value = 5;
        参数:
        value - The bytes for stringValue to set.
        返回:
        This builder for chaining.
      • hasBoolValue

        public boolean hasBoolValue()
         Represents a boolean value.
         
        bool bool_value = 6;
        指定者:
        hasBoolValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the boolValue field is set.
      • setBoolValue

        public JsonMapPb.JsonValue.Builder setBoolValue​(boolean value)
         Represents a boolean value.
         
        bool bool_value = 6;
        参数:
        value - The boolValue to set.
        返回:
        This builder for chaining.
      • clearBoolValue

        public JsonMapPb.JsonValue.Builder clearBoolValue()
         Represents a boolean value.
         
        bool bool_value = 6;
        返回:
        This builder for chaining.
      • hasStructValue

        public boolean hasStructValue()
         Represents a structured value.
         
        .taskflow.proto.JsonMap struct_value = 7;
        指定者:
        hasStructValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the structValue field is set.
      • clearStructValue

        public JsonMapPb.JsonValue.Builder clearStructValue()
         Represents a structured value.
         
        .taskflow.proto.JsonMap struct_value = 7;
      • getStructValueBuilder

        public JsonMapPb.JsonMap.Builder getStructValueBuilder()
         Represents a structured value.
         
        .taskflow.proto.JsonMap struct_value = 7;
      • hasListValue

        public boolean hasListValue()
         Represents a repeated `Value`.
         
        .taskflow.proto.JsonList list_value = 8;
        指定者:
        hasListValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the listValue field is set.
      • clearListValue

        public JsonMapPb.JsonValue.Builder clearListValue()
         Represents a repeated `Value`.
         
        .taskflow.proto.JsonList list_value = 8;
      • getListValueBuilder

        public JsonMapPb.JsonList.Builder getListValueBuilder()
         Represents a repeated `Value`.
         
        .taskflow.proto.JsonList list_value = 8;
      • setUnknownFields

        public final JsonMapPb.JsonValue.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        指定者:
        setUnknownFields 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        setUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<JsonMapPb.JsonValue.Builder>
      • mergeUnknownFields

        public final JsonMapPb.JsonValue.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        指定者:
        mergeUnknownFields 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        mergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<JsonMapPb.JsonValue.Builder>