Interface BasicConfigPropModelProto.InternalPropertyPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BasicConfigPropModelProto.InternalPropertyPB, BasicConfigPropModelProto.InternalPropertyPB.Builder
Enclosing class:
BasicConfigPropModelProto

public static interface BasicConfigPropModelProto.InternalPropertyPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getRank

      int getRank()
      int32 rank = 1;
      Returns:
      The rank.
    • hasDescriptiveProp

      boolean hasDescriptiveProp()
      .common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 2;
      Returns:
      Whether the descriptiveProp field is set.
    • getDescriptiveProp

      .common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 2;
      Returns:
      The descriptiveProp.
    • getDescriptivePropOrBuilder

      .common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 2;
    • hasBaseProp

      boolean hasBaseProp()
      .common.protobuf.BasicPropertyPB baseProp = 3;
      Returns:
      Whether the baseProp field is set.
    • getBaseProp

      .common.protobuf.BasicPropertyPB baseProp = 3;
      Returns:
      The baseProp.
    • getBasePropOrBuilder

      .common.protobuf.BasicPropertyPB baseProp = 3;
    • hasClassification

      boolean hasClassification()
      optional string classification = 4;
      Returns:
      Whether the classification field is set.
    • getClassification

      String getClassification()
      optional string classification = 4;
      Returns:
      The classification.
    • getClassificationBytes

      com.google.protobuf.ByteString getClassificationBytes()
      optional string classification = 4;
      Returns:
      The bytes for classification.
    • getImmutable

      boolean getImmutable()
      bool immutable = 5;
      Returns:
      The immutable.
    • getExcludeFromUdt

      boolean getExcludeFromUdt()
      bool excludeFromUdt = 6;
      Returns:
      The excludeFromUdt.
    • getCustomizable

      boolean getCustomizable()
      bool customizable = 7;
      Returns:
      The customizable.
    • getAllowedListValuesList

      List<AnyObjectProto.AnyObjectPB> getAllowedListValuesList()
      repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
    • getAllowedListValues

      AnyObjectProto.AnyObjectPB getAllowedListValues(int index)
      repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
    • getAllowedListValuesCount

      int getAllowedListValuesCount()
      repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
    • getAllowedListValuesOrBuilderList

      List<? extends AnyObjectProto.AnyObjectPBOrBuilder> getAllowedListValuesOrBuilderList()
      repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
    • getAllowedListValuesOrBuilder

      AnyObjectProto.AnyObjectPBOrBuilder getAllowedListValuesOrBuilder(int index)
      repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
    • getDependentPropsList

      repeated .common.protobuf.PropDependencyPB dependentProps = 9;
    • getDependentProps

      BasicConfigPropModelProto.PropDependencyPB getDependentProps(int index)
      repeated .common.protobuf.PropDependencyPB dependentProps = 9;
    • getDependentPropsCount

      int getDependentPropsCount()
      repeated .common.protobuf.PropDependencyPB dependentProps = 9;
    • getDependentPropsOrBuilderList

      List<? extends BasicConfigPropModelProto.PropDependencyPBOrBuilder> getDependentPropsOrBuilderList()
      repeated .common.protobuf.PropDependencyPB dependentProps = 9;
    • getDependentPropsOrBuilder

      BasicConfigPropModelProto.PropDependencyPBOrBuilder getDependentPropsOrBuilder(int index)
      repeated .common.protobuf.PropDependencyPB dependentProps = 9;
    • getThePropCase