Class UpdateStaticNetworkInfo.Builder

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

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

    RecordBuilder for UpdateStaticNetworkInfo instances.

    • Constructor Detail

    • Method Detail

      • getInfo

         StaticNetworkInfo getInfo()

        Gets the value of the 'info' field. Updated static network info to persist. The version number must be the version of the info to be persisted.

      • getInfoBuilder

         StaticNetworkInfo.Builder getInfoBuilder()

        Gets the Builder instance for the 'info' field and creates one if it doesn't exist yet. Updated static network info to persist. The version number must be the version of the info to be persisted.

      • hasInfo

         boolean hasInfo()

        Checks whether the 'info' field has been set. Updated static network info to persist. The version number must be the version of the info to be persisted.

      • hasInfoBuilder

         boolean hasInfoBuilder()

        Checks whether the 'info' field has an active Builder instance Updated static network info to persist. The version number must be the version of the info to be persisted.

      • clearInfo

         UpdateStaticNetworkInfo.Builder clearInfo()

        Clears the value of the 'info' field. Updated static network info to persist. The version number must be the version of the info to be persisted.