Class OAuthRegistrationRestriction
- java.lang.Object
-
- com.epam.ta.reportportal.entity.oauth.OAuthRegistrationRestriction
-
- All Implemented Interfaces:
java.io.Serializable
@Entity public class OAuthRegistrationRestriction extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthRegistrationRestriction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.LonggetId()OAuthRegistrationgetRegistration()java.lang.StringgetType()java.lang.StringgetValue()inthashCode()voidsetId(java.lang.Long id)voidsetRegistration(OAuthRegistration registration)voidsetType(java.lang.String type)voidsetValue(java.lang.String value)
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
-
setId
public void setId(java.lang.Long id)
-
getRegistration
public OAuthRegistration getRegistration()
-
setRegistration
public void setRegistration(OAuthRegistration registration)
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-