Class BatchAccountKeys


  • public class BatchAccountKeys
    extends Object
    This class represents the access keys for the batch account.
    • Constructor Detail

      • BatchAccountKeys

        public BatchAccountKeys​(String primaryKey,
                                String secondaryKey)
        Constructor for the class.
        Parameters:
        primaryKey - primary key value for the batch account
        secondaryKey - secondary key value for the batch account
    • Method Detail

      • primary

        public String primary()
        Get the primary value.
        Returns:
        the primary value
      • secondary

        public String secondary()
        Get the secondary value.
        Returns:
        the secondary value