public final class CategoryTagInfo extends com.google.protobuf.GeneratedMessageV3 implements CategoryTagInfoOrBuilder
Volcengine.Vod.Models.Business.CategoryTagInfo| Modifier and Type | Class and Description |
|---|---|
static class |
CategoryTagInfo.Builder
Protobuf type
Volcengine.Vod.Models.Business.CategoryTagInfo |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
LEVEL_FIELD_NUMBER |
static int |
PARENTINFO_FIELD_NUMBER |
static int |
PROB_FIELD_NUMBER |
static int |
TAGID_FIELD_NUMBER |
static int |
TAGNAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParentInfo(String key)
父节点标签信息
|
boolean |
equals(Object obj) |
static CategoryTagInfo |
getDefaultInstance() |
CategoryTagInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getLevel()
等级
|
Map<String,String> |
getParentInfo()
Deprecated.
|
int |
getParentInfoCount()
父节点标签信息
|
Map<String,String> |
getParentInfoMap()
父节点标签信息
|
String |
getParentInfoOrDefault(String key,
String defaultValue)
父节点标签信息
|
String |
getParentInfoOrThrow(String key)
父节点标签信息
|
com.google.protobuf.Parser<CategoryTagInfo> |
getParserForType() |
double |
getProb()
置信度
|
int |
getSerializedSize() |
long |
getTagId()
标签id
|
String |
getTagName()
标签名称
|
com.google.protobuf.ByteString |
getTagNameBytes()
标签名称
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static CategoryTagInfo.Builder |
newBuilder() |
static CategoryTagInfo.Builder |
newBuilder(CategoryTagInfo prototype) |
CategoryTagInfo.Builder |
newBuilderForType() |
protected CategoryTagInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CategoryTagInfo |
parseDelimitedFrom(InputStream input) |
static CategoryTagInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CategoryTagInfo |
parseFrom(byte[] data) |
static CategoryTagInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CategoryTagInfo |
parseFrom(ByteBuffer data) |
static CategoryTagInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CategoryTagInfo |
parseFrom(com.google.protobuf.ByteString data) |
static CategoryTagInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CategoryTagInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CategoryTagInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CategoryTagInfo |
parseFrom(InputStream input) |
static CategoryTagInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CategoryTagInfo> |
parser() |
CategoryTagInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TAGID_FIELD_NUMBER
public static final int PROB_FIELD_NUMBER
public static final int TAGNAME_FIELD_NUMBER
public static final int LEVEL_FIELD_NUMBER
public static final int PARENTINFO_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getTagId()
标签id
int64 TagId = 1;getTagId in interface CategoryTagInfoOrBuilderpublic double getProb()
置信度
double Prob = 2;getProb in interface CategoryTagInfoOrBuilderpublic String getTagName()
标签名称
string TagName = 3;getTagName in interface CategoryTagInfoOrBuilderpublic com.google.protobuf.ByteString getTagNameBytes()
标签名称
string TagName = 3;getTagNameBytes in interface CategoryTagInfoOrBuilderpublic long getLevel()
等级
int64 Level = 4;getLevel in interface CategoryTagInfoOrBuilderpublic int getParentInfoCount()
CategoryTagInfoOrBuilder父节点标签信息
map<string, string> ParentInfo = 5;getParentInfoCount in interface CategoryTagInfoOrBuilderpublic boolean containsParentInfo(String key)
父节点标签信息
map<string, string> ParentInfo = 5;containsParentInfo in interface CategoryTagInfoOrBuilder@Deprecated public Map<String,String> getParentInfo()
getParentInfoMap() instead.getParentInfo in interface CategoryTagInfoOrBuilderpublic Map<String,String> getParentInfoMap()
父节点标签信息
map<string, string> ParentInfo = 5;getParentInfoMap in interface CategoryTagInfoOrBuilderpublic String getParentInfoOrDefault(String key, String defaultValue)
父节点标签信息
map<string, string> ParentInfo = 5;getParentInfoOrDefault in interface CategoryTagInfoOrBuilderpublic String getParentInfoOrThrow(String key)
父节点标签信息
map<string, string> ParentInfo = 5;getParentInfoOrThrow in interface CategoryTagInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CategoryTagInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CategoryTagInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CategoryTagInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CategoryTagInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CategoryTagInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CategoryTagInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CategoryTagInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static CategoryTagInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CategoryTagInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CategoryTagInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CategoryTagInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CategoryTagInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CategoryTagInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CategoryTagInfo.Builder newBuilder()
public static CategoryTagInfo.Builder newBuilder(CategoryTagInfo prototype)
public CategoryTagInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CategoryTagInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CategoryTagInfo getDefaultInstance()
public static com.google.protobuf.Parser<CategoryTagInfo> parser()
public com.google.protobuf.Parser<CategoryTagInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CategoryTagInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.