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;
boolean
.common.protobuf.BasicBoundPropertySetPB basicBoundPropertySet = 2;
boolean
.common.protobuf.BasicPropertySetPB basicPropertySet = 1;
boolean
.common.protobuf.BoundExtendedPropertySetPB boundExtendedPropertySet = 3;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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;
-
getPropertySetCase
PropertySetProto.PropertySetPB.PropertySetCase getPropertySetCase()
-