Package com.fluig.sdk.api.customappkey
Class KeyVO
- java.lang.Object
-
- com.fluig.sdk.api.customappkey.KeyVO
-
- All Implemented Interfaces:
Serializable
public class KeyVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConsumerKey()
String
getConsumerSecret()
String
getDomainUrl()
Long
getTenantId()
String
getToken()
String
getTokenSecret()
String
getUser()
String
toString()
-
-
-
Method Detail
-
getUser
public String getUser()
-
getTenantId
public Long getTenantId()
-
getConsumerKey
public String getConsumerKey()
-
getConsumerSecret
public String getConsumerSecret()
-
getToken
public String getToken()
-
getTokenSecret
public String getTokenSecret()
-
getDomainUrl
public String getDomainUrl()
-
-