Class OAuthRegistrationRestriction

  • All Implemented Interfaces:
    java.io.Serializable

    @Entity
    public class OAuthRegistrationRestriction
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • OAuthRegistrationRestriction

        public OAuthRegistrationRestriction()
    • Method Detail

      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object