public class BatchAccountKeys
extends Object
This class represents the access keys for the batch account.
-
Constructor Summary
Constructors
Constructor for the class.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
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 Details
-
primary
Get the primary value.
- Returns:
- the primary value
-
secondary
Get the secondary value.
- Returns:
- the secondary value