接口 AuditAudienceMaskOuterClass.AuditAudienceMaskOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
AuditAudienceMaskOuterClass.AuditAudienceMask,AuditAudienceMaskOuterClass.AuditAudienceMask.Builder
public static interface AuditAudienceMaskOuterClass.AuditAudienceMaskOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明string detail = 3;com.google.protobuf.ByteStringstring detail = 3;getIconCdnNodeView(int index) repeated .LiveCdnNodeView iconCdnNodeView = 1;intrepeated .LiveCdnNodeView iconCdnNodeView = 1;repeated .LiveCdnNodeView iconCdnNodeView = 1;getIconCdnNodeViewOrBuilder(int index) repeated .LiveCdnNodeView iconCdnNodeView = 1;repeated .LiveCdnNodeView iconCdnNodeView = 1;getTitle()string title = 2;com.google.protobuf.ByteStringstring title = 2;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getIconCdnNodeViewList
List<LiveCdnNodeViewOuterClass.LiveCdnNodeView> getIconCdnNodeViewList()repeated .LiveCdnNodeView iconCdnNodeView = 1; -
getIconCdnNodeView
repeated .LiveCdnNodeView iconCdnNodeView = 1; -
getIconCdnNodeViewCount
int getIconCdnNodeViewCount()repeated .LiveCdnNodeView iconCdnNodeView = 1; -
getIconCdnNodeViewOrBuilderList
List<? extends LiveCdnNodeViewOuterClass.LiveCdnNodeViewOrBuilder> getIconCdnNodeViewOrBuilderList()repeated .LiveCdnNodeView iconCdnNodeView = 1; -
getIconCdnNodeViewOrBuilder
repeated .LiveCdnNodeView iconCdnNodeView = 1; -
getTitle
String getTitle()string title = 2;- 返回:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()string title = 2;- 返回:
- The bytes for title.
-
getDetail
String getDetail()string detail = 3;- 返回:
- The detail.
-
getDetailBytes
com.google.protobuf.ByteString getDetailBytes()string detail = 3;- 返回:
- The bytes for detail.
-