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 Summary
Modifier and TypeMethodDescription.common.protobuf.BasicBoundPropertySetPB basicBoundPropertySet = 2;.common.protobuf.BasicBoundPropertySetPB basicBoundPropertySet = 2;.common.protobuf.BasicPropertySetPB basicPropertySet = 1;.common.protobuf.BasicPropertySetPB basicPropertySet = 1;.common.protobuf.BoundExtendedPropertySetPB boundExtendedPropertySet = 3;.common.protobuf.BoundExtendedPropertySetPB boundExtendedPropertySet = 3;.common.protobuf.BoundPropertySetDiffProtoPB boundPropertySetDiff = 4;.common.protobuf.BoundPropertySetDiffProtoPB boundPropertySetDiff = 4;boolean.common.protobuf.BasicBoundPropertySetPB basicBoundPropertySet = 2;boolean.common.protobuf.BasicPropertySetPB basicPropertySet = 1;boolean.common.protobuf.BoundExtendedPropertySetPB boundExtendedPropertySet = 3;boolean.common.protobuf.BoundPropertySetDiffProtoPB boundPropertySetDiff = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBasicPropertySet
boolean hasBasicPropertySet().common.protobuf.BasicPropertySetPB basicPropertySet = 1;- Returns:
- Whether the basicPropertySet field is set.
-
getBasicPropertySet
BasicPropertySetProto.BasicPropertySetPB getBasicPropertySet().common.protobuf.BasicPropertySetPB basicPropertySet = 1;- Returns:
- The basicPropertySet.
-
getBasicPropertySetOrBuilder
BasicPropertySetProto.BasicPropertySetPBOrBuilder getBasicPropertySetOrBuilder().common.protobuf.BasicPropertySetPB basicPropertySet = 1; -
hasBasicBoundPropertySet
boolean hasBasicBoundPropertySet().common.protobuf.BasicBoundPropertySetPB basicBoundPropertySet = 2;- Returns:
- Whether the basicBoundPropertySet field is set.
-
getBasicBoundPropertySet
BasicBoundPropertySetProto.BasicBoundPropertySetPB getBasicBoundPropertySet().common.protobuf.BasicBoundPropertySetPB basicBoundPropertySet = 2;- Returns:
- The basicBoundPropertySet.
-
getBasicBoundPropertySetOrBuilder
BasicBoundPropertySetProto.BasicBoundPropertySetPBOrBuilder getBasicBoundPropertySetOrBuilder().common.protobuf.BasicBoundPropertySetPB basicBoundPropertySet = 2; -
hasBoundExtendedPropertySet
boolean hasBoundExtendedPropertySet().common.protobuf.BoundExtendedPropertySetPB boundExtendedPropertySet = 3;- Returns:
- Whether the boundExtendedPropertySet field is set.
-
getBoundExtendedPropertySet
BoundExtendedPropertySetProto.BoundExtendedPropertySetPB getBoundExtendedPropertySet().common.protobuf.BoundExtendedPropertySetPB boundExtendedPropertySet = 3;- Returns:
- The boundExtendedPropertySet.
-
getBoundExtendedPropertySetOrBuilder
BoundExtendedPropertySetProto.BoundExtendedPropertySetPBOrBuilder getBoundExtendedPropertySetOrBuilder().common.protobuf.BoundExtendedPropertySetPB boundExtendedPropertySet = 3; -
hasBoundPropertySetDiff
boolean hasBoundPropertySetDiff().common.protobuf.BoundPropertySetDiffProtoPB boundPropertySetDiff = 4;- Returns:
- Whether the boundPropertySetDiff field is set.
-
getBoundPropertySetDiff
BoundPropertySetDiffProto.BoundPropertySetDiffProtoPB getBoundPropertySetDiff().common.protobuf.BoundPropertySetDiffProtoPB boundPropertySetDiff = 4;- Returns:
- The boundPropertySetDiff.
-
getBoundPropertySetDiffOrBuilder
BoundPropertySetDiffProto.BoundPropertySetDiffProtoPBOrBuilder getBoundPropertySetDiffOrBuilder().common.protobuf.BoundPropertySetDiffProtoPB boundPropertySetDiff = 4; -
getPropertySetCase
PropertySetProto.PropertySetPB.PropertySetCase getPropertySetCase()
-