public class SecretsCollectionProperties extends DataSetProperties
SecretsCollectionProperties describes a collection of secrets.
  • Constructor Details

    • SecretsCollectionProperties

      public SecretsCollectionProperties()
      Default constructor
    • SecretsCollectionProperties

      public SecretsCollectionProperties(SecretsCollectionProperties template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details

    • getRefreshTimeInterval

      public long getRefreshTimeInterval()
      Return the time between refresh calls to load the secrets cache.
      Returns:
      long (minutes)
    • setRefreshTimeInterval

      public void setRefreshTimeInterval(long refreshTimeInterval)
      Set up the time between refresh calls to load the secrets cache.
      Parameters:
      refreshTimeInterval - long (minutes)
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class DataSetProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class DataSetProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class DataSetProperties
      Returns:
      int hash code