Class Keys

All Implemented Interfaces:
Serializable

public class Keys extends Base
Represents Keys attributes
Since:
v2.0
Author:
Jeevanandam M. (jeeva@myjeeva.com)
See Also:
  • Constructor Details

    • Keys

      public Keys()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Base
    • getKeys

      public List<Key> getKeys()
      Returns:
      the keys
    • setKeys

      public void setKeys(List<Key> keys)
      Parameters:
      keys - the keys to set