Class OAuthRegistrationScope
- java.lang.Object
-
- com.epam.ta.reportportal.entity.oauth.OAuthRegistrationScope
-
- All Implemented Interfaces:
java.io.Serializable
@Entity public class OAuthRegistrationScope extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthRegistrationScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.LonggetId()OAuthRegistrationgetRegistration()java.lang.StringgetScope()inthashCode()voidsetId(java.lang.Long id)voidsetRegistration(OAuthRegistration registration)voidsetScope(java.lang.String scope)
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
-
setId
public void setId(java.lang.Long id)
-
getScope
public java.lang.String getScope()
-
setScope
public void setScope(java.lang.String scope)
-
getRegistration
public OAuthRegistration getRegistration()
-
setRegistration
public void setRegistration(OAuthRegistration registration)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-