Interface BasicBoundPropertySetProto.BasicBoundPropertySetPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicBoundPropertySetProto.BasicBoundPropertySetPB,BasicBoundPropertySetProto.BasicBoundPropertySetPB.Builder
- Enclosing class:
- BasicBoundPropertySetProto
public static interface BasicBoundPropertySetProto.BasicBoundPropertySetPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBasicPropValues(int index) Property values are serialized to JSONintProperty values are serialized to JSONProperty values are serialized to JSONgetBasicPropValuesOrBuilder(int index) Property values are serialized to JSONList<? extends PropertyValueProto.PropertyValuePBOrBuilder>Property values are serialized to JSONgetBoundPropValues(int index) repeated .common.protobuf.BoundPropertyValuePB boundPropValues = 2;intrepeated .common.protobuf.BoundPropertyValuePB boundPropValues = 2;repeated .common.protobuf.BoundPropertyValuePB boundPropValues = 2;getBoundPropValuesOrBuilder(int index) repeated .common.protobuf.BoundPropertyValuePB boundPropValues = 2;repeated .common.protobuf.BoundPropertyValuePB boundPropValues = 2;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
-
getBasicPropValuesList
List<PropertyValueProto.PropertyValuePB> getBasicPropValuesList()Property values are serialized to JSON
repeated .common.protobuf.PropertyValuePB basicPropValues = 1; -
getBasicPropValues
Property values are serialized to JSON
repeated .common.protobuf.PropertyValuePB basicPropValues = 1; -
getBasicPropValuesCount
int getBasicPropValuesCount()Property values are serialized to JSON
repeated .common.protobuf.PropertyValuePB basicPropValues = 1; -
getBasicPropValuesOrBuilderList
List<? extends PropertyValueProto.PropertyValuePBOrBuilder> getBasicPropValuesOrBuilderList()Property values are serialized to JSON
repeated .common.protobuf.PropertyValuePB basicPropValues = 1; -
getBasicPropValuesOrBuilder
Property values are serialized to JSON
repeated .common.protobuf.PropertyValuePB basicPropValues = 1; -
getBoundPropValuesList
List<BasicBoundPropertySetProto.BoundPropertyValuePB> getBoundPropValuesList()repeated .common.protobuf.BoundPropertyValuePB boundPropValues = 2; -
getBoundPropValues
repeated .common.protobuf.BoundPropertyValuePB boundPropValues = 2; -
getBoundPropValuesCount
int getBoundPropValuesCount()repeated .common.protobuf.BoundPropertyValuePB boundPropValues = 2; -
getBoundPropValuesOrBuilderList
List<? extends BasicBoundPropertySetProto.BoundPropertyValuePBOrBuilder> getBoundPropValuesOrBuilderList()repeated .common.protobuf.BoundPropertyValuePB boundPropValues = 2; -
getBoundPropValuesOrBuilder
repeated .common.protobuf.BoundPropertyValuePB boundPropValues = 2;
-