Interface PropertySetProto.PropertySetPBOrBuilder

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

public static interface PropertySetProto.PropertySetPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasBasicPropertySet

      boolean hasBasicPropertySet()
      .common.protobuf.BasicPropertySetPB basicPropertySet = 1;
      Returns:
      Whether the basicPropertySet field is set.
    • getBasicPropertySet

      .common.protobuf.BasicPropertySetPB basicPropertySet = 1;
      Returns:
      The basicPropertySet.
    • getBasicPropertySetOrBuilder

      .common.protobuf.BasicPropertySetPB basicPropertySet = 1;
    • hasBasicBoundPropertySet

      boolean hasBasicBoundPropertySet()
      .common.protobuf.BasicBoundPropertySetPB basicBoundPropertySet = 2;
      Returns:
      Whether the basicBoundPropertySet field is set.
    • getBasicBoundPropertySet

      .common.protobuf.BasicBoundPropertySetPB basicBoundPropertySet = 2;
      Returns:
      The basicBoundPropertySet.
    • getBasicBoundPropertySetOrBuilder

      .common.protobuf.BasicBoundPropertySetPB basicBoundPropertySet = 2;
    • hasBoundExtendedPropertySet

      boolean hasBoundExtendedPropertySet()
      .common.protobuf.BoundExtendedPropertySetPB boundExtendedPropertySet = 3;
      Returns:
      Whether the boundExtendedPropertySet field is set.
    • getBoundExtendedPropertySet

      .common.protobuf.BoundExtendedPropertySetPB boundExtendedPropertySet = 3;
      Returns:
      The boundExtendedPropertySet.
    • getBoundExtendedPropertySetOrBuilder

      .common.protobuf.BoundExtendedPropertySetPB boundExtendedPropertySet = 3;
    • getPropertySetCase