Interface BasicDescriptivePropertyProto.BasicDescriptivePropertyPBOrBuilder

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

public static interface BasicDescriptivePropertyProto.BasicDescriptivePropertyPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasDisplayName

      boolean hasDisplayName()
      optional .common.protobuf.LocalizedStringPB displayName = 1;
      Returns:
      Whether the displayName field is set.
    • getDisplayName

      optional .common.protobuf.LocalizedStringPB displayName = 1;
      Returns:
      The displayName.
    • getDisplayNameOrBuilder

      optional .common.protobuf.LocalizedStringPB displayName = 1;
    • hasCategory

      boolean hasCategory()
      optional .common.protobuf.LocalizedStringPB category = 2;
      Returns:
      Whether the category field is set.
    • getCategory

      optional .common.protobuf.LocalizedStringPB category = 2;
      Returns:
      The category.
    • getCategoryOrBuilder

      optional .common.protobuf.LocalizedStringPB category = 2;
    • hasDescription

      boolean hasDescription()
      optional .common.protobuf.LocalizedStringPB description = 3;
      Returns:
      Whether the description field is set.
    • getDescription

      optional .common.protobuf.LocalizedStringPB description = 3;
      Returns:
      The description.
    • getDescriptionOrBuilder

      optional .common.protobuf.LocalizedStringPB description = 3;
    • hasBasicProperty

      boolean hasBasicProperty()
      .common.protobuf.BasicPropertyPB basicProperty = 4;
      Returns:
      Whether the basicProperty field is set.
    • getBasicProperty

      .common.protobuf.BasicPropertyPB basicProperty = 4;
      Returns:
      The basicProperty.
    • getBasicPropertyOrBuilder

      BasicPropertyProto.BasicPropertyPBOrBuilder getBasicPropertyOrBuilder()
      .common.protobuf.BasicPropertyPB basicProperty = 4;