Interface BasicMutableConfigPropModelProto.ClassifiedPropertyPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicMutableConfigPropModelProto.ClassifiedPropertyPB
,BasicMutableConfigPropModelProto.ClassifiedPropertyPB.Builder
- Enclosing class:
- BasicMutableConfigPropModelProto
public static interface BasicMutableConfigPropModelProto.ClassifiedPropertyPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetProps
(int index) repeated .common.protobuf.ClassifiedChildPropPB props = 2;
int
repeated .common.protobuf.ClassifiedChildPropPB props = 2;
repeated .common.protobuf.ClassifiedChildPropPB props = 2;
getPropsOrBuilder
(int index) repeated .common.protobuf.ClassifiedChildPropPB props = 2;
repeated .common.protobuf.ClassifiedChildPropPB props = 2;
string typeId = 1;
com.google.protobuf.ByteString
string typeId = 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
-
getTypeId
String getTypeId()string typeId = 1;
- Returns:
- The typeId.
-
getTypeIdBytes
com.google.protobuf.ByteString getTypeIdBytes()string typeId = 1;
- Returns:
- The bytes for typeId.
-
getPropsList
List<BasicMutableConfigPropModelProto.ClassifiedChildPropPB> getPropsList()repeated .common.protobuf.ClassifiedChildPropPB props = 2;
-
getProps
repeated .common.protobuf.ClassifiedChildPropPB props = 2;
-
getPropsCount
int getPropsCount()repeated .common.protobuf.ClassifiedChildPropPB props = 2;
-
getPropsOrBuilderList
List<? extends BasicMutableConfigPropModelProto.ClassifiedChildPropPBOrBuilder> getPropsOrBuilderList()repeated .common.protobuf.ClassifiedChildPropPB props = 2;
-
getPropsOrBuilder
repeated .common.protobuf.ClassifiedChildPropPB props = 2;
-