Class BusinessAccountInfo

java.lang.Object
it.auties.whatsapp.model.info.BusinessAccountInfo
All Implemented Interfaces:
it.auties.protobuf.base.ProtobufMessage, Info

public final class BusinessAccountInfo extends Object implements Info, it.auties.protobuf.base.ProtobufMessage
A model class that holds the information related to a business account.
  • Field Details

    • facebookId

      private long facebookId
      The facebook jid
    • accountNumber

      private String accountNumber
      The account phone number
    • timestamp

      private long timestamp
      The timestamp of the account
    • hostStorage

      private BusinessStorageType hostStorage
      Indicates here this account is hosted
    • accountType

      private BusinessAccountType accountType
      The type of this account
  • Constructor Details

  • Method Details