@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator") public class OAuthServiceProviderTokenDTO extends Object implements DTO
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
QOAuthServiceProviderToken
Modifier and Type | Class and Description |
---|---|
static class |
OAuthServiceProviderTokenDTO.Builder |
Constructor and Description |
---|
OAuthServiceProviderTokenDTO(Long id,
Timestamp created,
String token,
String tokenSecret,
String tokenType,
String consumerKey,
String username,
Long ttl,
String auth,
String callback,
String verifier,
String version,
String sessionHandle,
Timestamp sessionCreationTime,
Timestamp sessionLastRenewalTime,
Timestamp sessionTimeToLive) |
Modifier and Type | Method and Description |
---|---|
static OAuthServiceProviderTokenDTO.Builder |
builder() |
static OAuthServiceProviderTokenDTO.Builder |
builder(OAuthServiceProviderTokenDTO oAuthServiceProviderTokenDTO) |
static OAuthServiceProviderTokenDTO |
fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
|
String |
getAuth() |
String |
getCallback() |
String |
getConsumerKey() |
Timestamp |
getCreated() |
Long |
getId() |
Timestamp |
getSessionCreationTime() |
String |
getSessionHandle() |
Timestamp |
getSessionLastRenewalTime() |
Timestamp |
getSessionTimeToLive() |
String |
getToken() |
String |
getTokenSecret() |
String |
getTokenType() |
Long |
getTtl() |
String |
getUsername() |
String |
getVerifier() |
String |
getVersion() |
org.ofbiz.core.entity.GenericValue |
toGenericValue(OfBizDelegator ofBizDelegator)
Creates a GenericValue object from the values in this Data Transfer Object.
|
public OAuthServiceProviderTokenDTO(Long id, Timestamp created, String token, String tokenSecret, String tokenType, String consumerKey, String username, Long ttl, String auth, String callback, String verifier, String version, String sessionHandle, Timestamp sessionCreationTime, Timestamp sessionLastRenewalTime, Timestamp sessionTimeToLive)
public Long getId()
public Timestamp getCreated()
public String getToken()
public String getTokenSecret()
public String getTokenType()
public String getConsumerKey()
public String getUsername()
public Long getTtl()
public String getAuth()
public String getCallback()
public String getVerifier()
public String getVersion()
public String getSessionHandle()
public Timestamp getSessionCreationTime()
public Timestamp getSessionLastRenewalTime()
public Timestamp getSessionTimeToLive()
public org.ofbiz.core.entity.GenericValue toGenericValue(OfBizDelegator ofBizDelegator)
This can be useful when QueryDsl code needs to interact with legacy OfBiz code.
toGenericValue
in interface DTO
ofBizDelegator
- OfBizDelegator will have makeValue() called on it.public static OAuthServiceProviderTokenDTO fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
This can be useful when QueryDsl code needs to interact with legacy OfBiz code.
gv
- the GenericValuepublic static OAuthServiceProviderTokenDTO.Builder builder()
public static OAuthServiceProviderTokenDTO.Builder builder(OAuthServiceProviderTokenDTO oAuthServiceProviderTokenDTO)
Copyright © 2002-2018 Atlassian. All Rights Reserved.