Class StringBehaviorTest.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder<StringBehaviorTest>
    Enclosing class:
    StringBehaviorTest

    public static class StringBehaviorTest.Builder
    extends org.apache.avro.specific.SpecificRecordBuilderBase<StringBehaviorTest>
    implements org.apache.avro.data.RecordBuilder<StringBehaviorTest>
    RecordBuilder for StringBehaviorTest instances.
    • Method Detail

      • getDefaultClass

        public CharSequence getDefaultClass()
        Gets the value of the 'default_class' field.
        Returns:
        The value.
      • setDefaultClass

        public StringBehaviorTest.Builder setDefaultClass​(CharSequence value)
        Sets the value of the 'default_class' field.
        Parameters:
        value - The value of 'default_class'.
        Returns:
        This builder.
      • hasDefaultClass

        public boolean hasDefaultClass()
        Checks whether the 'default_class' field has been set.
        Returns:
        True if the 'default_class' field has been set, false otherwise.
      • clearDefaultClass

        public StringBehaviorTest.Builder clearDefaultClass()
        Clears the value of the 'default_class' field.
        Returns:
        This builder.
      • getStringClass

        public CharSequence getStringClass()
        Gets the value of the 'string_class' field.
        Returns:
        The value.
      • setStringClass

        public StringBehaviorTest.Builder setStringClass​(CharSequence value)
        Sets the value of the 'string_class' field.
        Parameters:
        value - The value of 'string_class'.
        Returns:
        This builder.
      • hasStringClass

        public boolean hasStringClass()
        Checks whether the 'string_class' field has been set.
        Returns:
        True if the 'string_class' field has been set, false otherwise.
      • clearStringClass

        public StringBehaviorTest.Builder clearStringClass()
        Clears the value of the 'string_class' field.
        Returns:
        This builder.
      • getStringableClass

        public BigDecimal getStringableClass()
        Gets the value of the 'stringable_class' field.
        Returns:
        The value.
      • setStringableClass

        public StringBehaviorTest.Builder setStringableClass​(BigDecimal value)
        Sets the value of the 'stringable_class' field.
        Parameters:
        value - The value of 'stringable_class'.
        Returns:
        This builder.
      • hasStringableClass

        public boolean hasStringableClass()
        Checks whether the 'stringable_class' field has been set.
        Returns:
        True if the 'stringable_class' field has been set, false otherwise.
      • clearStringableClass

        public StringBehaviorTest.Builder clearStringableClass()
        Clears the value of the 'stringable_class' field.
        Returns:
        This builder.
      • getDefaultMap

        public Map<CharSequence,​Integer> getDefaultMap()
        Gets the value of the 'default_map' field.
        Returns:
        The value.
      • hasDefaultMap

        public boolean hasDefaultMap()
        Checks whether the 'default_map' field has been set.
        Returns:
        True if the 'default_map' field has been set, false otherwise.
      • clearDefaultMap

        public StringBehaviorTest.Builder clearDefaultMap()
        Clears the value of the 'default_map' field.
        Returns:
        This builder.
      • getStringMap

        public Map<CharSequence,​Integer> getStringMap()
        Gets the value of the 'string_map' field.
        Returns:
        The value.
      • hasStringMap

        public boolean hasStringMap()
        Checks whether the 'string_map' field has been set.
        Returns:
        True if the 'string_map' field has been set, false otherwise.
      • clearStringMap

        public StringBehaviorTest.Builder clearStringMap()
        Clears the value of the 'string_map' field.
        Returns:
        This builder.
      • getStringableMap

        public Map<BigDecimal,​Integer> getStringableMap()
        Gets the value of the 'stringable_map' field.
        Returns:
        The value.
      • hasStringableMap

        public boolean hasStringableMap()
        Checks whether the 'stringable_map' field has been set.
        Returns:
        True if the 'stringable_map' field has been set, false otherwise.
      • clearStringableMap

        public StringBehaviorTest.Builder clearStringableMap()
        Clears the value of the 'stringable_map' field.
        Returns:
        This builder.