Interface BrandInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BrandInfo,BrandInfo.Builder
public interface BrandInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEntityId()The Commercial KG MID for the brand.com.google.protobuf.ByteStringgetEntityIdBytes()The Commercial KG MID for the brand.booleanhasEntityId()The Commercial KG MID for the brand.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEntityId
boolean hasEntityId()
The Commercial KG MID for the brand.
optional string entity_id = 1;- Returns:
- Whether the entityId field is set.
-
getEntityId
java.lang.String getEntityId()
The Commercial KG MID for the brand.
optional string entity_id = 1;- Returns:
- The entityId.
-
getEntityIdBytes
com.google.protobuf.ByteString getEntityIdBytes()
The Commercial KG MID for the brand.
optional string entity_id = 1;- Returns:
- The bytes for entityId.
-
-