Class ApiKey

java.lang.Object
co.yellowdog.platform.account.authentication.ApiKey

public class ApiKey extends Object
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getSecret

      public String getSecret()
    • setId

      public void setId(String id)
    • setSecret

      public void setSecret(String secret)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object