Interface ZaloBusinessMessageInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ZaloBusinessMessageInfo,ZaloBusinessMessageInfo.Builder
public interface ZaloBusinessMessageInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCustom name generated by the advertiser for their Zalo Account.com.google.protobuf.ByteStringCustom name generated by the advertiser for their Zalo Account.longgetOaId()Zalo Official Account ID of the advertiser.booleanCustom name generated by the advertiser for their Zalo Account.booleanhasOaId()Zalo Official Account ID of the advertiser.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasOaId
boolean hasOaId()Zalo Official Account ID of the advertiser.
int64 oa_id = 1;- Returns:
- Whether the oaId field is set.
-
getOaId
long getOaId()Zalo Official Account ID of the advertiser.
int64 oa_id = 1;- Returns:
- The oaId.
-
hasCustomName
boolean hasCustomName()Custom name generated by the advertiser for their Zalo Account. These names will usually be registered brands or trademarks.
string custom_name = 2;- Returns:
- Whether the customName field is set.
-
getCustomName
String getCustomName()Custom name generated by the advertiser for their Zalo Account. These names will usually be registered brands or trademarks.
string custom_name = 2;- Returns:
- The customName.
-
getCustomNameBytes
com.google.protobuf.ByteString getCustomNameBytes()Custom name generated by the advertiser for their Zalo Account. These names will usually be registered brands or trademarks.
string custom_name = 2;- Returns:
- The bytes for customName.
-
getZaloIdCase
ZaloBusinessMessageInfo.ZaloIdCase getZaloIdCase()
-