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 Type
    Method
    Description
    Custom name generated by the advertiser for their Zalo Account.
    com.google.protobuf.ByteString
    Custom name generated by the advertiser for their Zalo Account.
    long
    Zalo Official Account ID of the advertiser.
     
    boolean
    Custom name generated by the advertiser for their Zalo Account.
    boolean
    Zalo Official Account ID of the advertiser.

    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

    • 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