Class PersistGroupPolicy.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder

    
    public class PersistGroupPolicy.Builder
    extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
                        

    RecordBuilder for PersistGroupPolicy instances.

    • Constructor Detail

    • Method Detail

      • getVersion

         long getVersion()

        Gets the value of the 'version' field. The version of the group policy to persist. If a version already exists with this version number then the operation will fail, if the properties differ.

      • setVersion

         PersistGroupPolicy.Builder setVersion(long value)

        Sets the value of the 'version' field. The version of the group policy to persist. If a version already exists with this version number then the operation will fail, if the properties differ.

        Parameters:
        value - The value of 'version'.
      • hasProperties

         boolean hasProperties()

        Checks whether the 'properties' field has been set. Group policy properties.

      • hasPropertiesBuilder

         boolean hasPropertiesBuilder()

        Checks whether the 'properties' field has an active Builder instance Group policy properties.

      • hasVersion

         boolean hasVersion()

        Checks whether the 'version' field has been set. The version of the group policy to persist. If a version already exists with this version number then the operation will fail, if the properties differ.

      • clearVersion

         PersistGroupPolicy.Builder clearVersion()

        Clears the value of the 'version' field. The version of the group policy to persist. If a version already exists with this version number then the operation will fail, if the properties differ.