Interface BasicMutableConfigPropModelProto.ClassifiedChildPropPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicMutableConfigPropModelProto.ClassifiedChildPropPB
,BasicMutableConfigPropModelProto.ClassifiedChildPropPB.Builder
- Enclosing class:
- BasicMutableConfigPropModelProto
public static interface BasicMutableConfigPropModelProto.ClassifiedChildPropPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChildProps
(int index) repeated .common.protobuf.BasicDescriptivePropertyPB childProps = 2;
int
repeated .common.protobuf.BasicDescriptivePropertyPB childProps = 2;
repeated .common.protobuf.BasicDescriptivePropertyPB childProps = 2;
getChildPropsOrBuilder
(int index) repeated .common.protobuf.BasicDescriptivePropertyPB childProps = 2;
repeated .common.protobuf.BasicDescriptivePropertyPB childProps = 2;
.common.protobuf.BasicDescriptivePropertyPB parentProp = 1;
.common.protobuf.BasicDescriptivePropertyPB parentProp = 1;
boolean
.common.protobuf.BasicDescriptivePropertyPB parentProp = 1;
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
-
hasParentProp
boolean hasParentProp().common.protobuf.BasicDescriptivePropertyPB parentProp = 1;
- Returns:
- Whether the parentProp field is set.
-
getParentProp
BasicDescriptivePropertyProto.BasicDescriptivePropertyPB getParentProp().common.protobuf.BasicDescriptivePropertyPB parentProp = 1;
- Returns:
- The parentProp.
-
getParentPropOrBuilder
BasicDescriptivePropertyProto.BasicDescriptivePropertyPBOrBuilder getParentPropOrBuilder().common.protobuf.BasicDescriptivePropertyPB parentProp = 1;
-
getChildPropsList
List<BasicDescriptivePropertyProto.BasicDescriptivePropertyPB> getChildPropsList()repeated .common.protobuf.BasicDescriptivePropertyPB childProps = 2;
-
getChildProps
repeated .common.protobuf.BasicDescriptivePropertyPB childProps = 2;
-
getChildPropsCount
int getChildPropsCount()repeated .common.protobuf.BasicDescriptivePropertyPB childProps = 2;
-
getChildPropsOrBuilderList
List<? extends BasicDescriptivePropertyProto.BasicDescriptivePropertyPBOrBuilder> getChildPropsOrBuilderList()repeated .common.protobuf.BasicDescriptivePropertyPB childProps = 2;
-
getChildPropsOrBuilder
repeated .common.protobuf.BasicDescriptivePropertyPB childProps = 2;
-