Class Service.XolirFeatures.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Service.XolirFeatures.Builder>
com.apivolve.xolir.Service.XolirFeatures.Builder
All Implemented Interfaces:
Service.XolirFeaturesOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Service.XolirFeatures

public static final class Service.XolirFeatures.Builder extends com.google.protobuf.GeneratedMessage.Builder<Service.XolirFeatures.Builder> implements Service.XolirFeaturesOrBuilder
Protobuf type xolir.XolirFeatures
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Service.XolirFeatures.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Service.XolirFeatures.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Service.XolirFeatures.Builder>
    • getDefaultInstanceForType

      public Service.XolirFeatures getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Service.XolirFeatures build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Service.XolirFeatures buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Service.XolirFeatures.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.XolirFeatures.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Service.XolirFeatures.Builder>
    • mergeFrom

      public Service.XolirFeatures.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.XolirFeatures.Builder>
      Throws:
      IOException
    • getProgramName

      public String getProgramName()
      string program_name = 10;
      Specified by:
      getProgramName in interface Service.XolirFeaturesOrBuilder
      Returns:
      The programName.
    • getProgramNameBytes

      public com.google.protobuf.ByteString getProgramNameBytes()
      string program_name = 10;
      Specified by:
      getProgramNameBytes in interface Service.XolirFeaturesOrBuilder
      Returns:
      The bytes for programName.
    • setProgramName

      public Service.XolirFeatures.Builder setProgramName(String value)
      string program_name = 10;
      Parameters:
      value - The programName to set.
      Returns:
      This builder for chaining.
    • clearProgramName

      public Service.XolirFeatures.Builder clearProgramName()
      string program_name = 10;
      Returns:
      This builder for chaining.
    • setProgramNameBytes

      public Service.XolirFeatures.Builder setProgramNameBytes(com.google.protobuf.ByteString value)
      string program_name = 10;
      Parameters:
      value - The bytes for programName to set.
      Returns:
      This builder for chaining.
    • getIrVersion

      public int getIrVersion()
      uint32 ir_version = 11;
      Specified by:
      getIrVersion in interface Service.XolirFeaturesOrBuilder
      Returns:
      The irVersion.
    • setIrVersion

      public Service.XolirFeatures.Builder setIrVersion(int value)
      uint32 ir_version = 11;
      Parameters:
      value - The irVersion to set.
      Returns:
      This builder for chaining.
    • clearIrVersion

      public Service.XolirFeatures.Builder clearIrVersion()
      uint32 ir_version = 11;
      Returns:
      This builder for chaining.
    • getTelcVersion

      public int getTelcVersion()
      uint32 telc_version = 12;
      Specified by:
      getTelcVersion in interface Service.XolirFeaturesOrBuilder
      Returns:
      The telcVersion.
    • setTelcVersion

      public Service.XolirFeatures.Builder setTelcVersion(int value)
      uint32 telc_version = 12;
      Parameters:
      value - The telcVersion to set.
      Returns:
      This builder for chaining.
    • clearTelcVersion

      public Service.XolirFeatures.Builder clearTelcVersion()
      uint32 telc_version = 12;
      Returns:
      This builder for chaining.
    • getWithSources

      public boolean getWithSources()
      bool with_sources = 1;
      Specified by:
      getWithSources in interface Service.XolirFeaturesOrBuilder
      Returns:
      The withSources.
    • setWithSources

      public Service.XolirFeatures.Builder setWithSources(boolean value)
      bool with_sources = 1;
      Parameters:
      value - The withSources to set.
      Returns:
      This builder for chaining.
    • clearWithSources

      public Service.XolirFeatures.Builder clearWithSources()
      bool with_sources = 1;
      Returns:
      This builder for chaining.