public class ExtendedUserInfo extends Object
ApiV2
Modifier and Type | Field and Description |
---|---|
String |
addon_token |
String |
api_key |
Timestamp |
cancel_date |
String |
email |
String |
geo_ip_country |
UUID |
groupId |
String |
groupRole |
Long |
id |
Long |
managed_accounts |
String |
name |
Date |
premium_from |
Date |
premium_to |
Long |
subscription_months |
Constructor and Description |
---|
ExtendedUserInfo() |
ExtendedUserInfo(String addon_token,
String api_key,
String email,
String name,
Date premium_from,
Date premium_to,
Timestamp cancel_date,
Long subscription_months,
String geo_ip_country,
Long managed_accounts,
UUID groupId,
String groupRole) |
Modifier and Type | Method and Description |
---|---|
String |
getAddon_token() |
String |
getApi_key() |
Timestamp |
getCancel_date() |
String |
getEmail() |
String |
getGeo_ip_country() |
UUID |
getGroupId() |
String |
getGroupRole() |
Long |
getId() |
Long |
getManaged_accounts() |
String |
getName() |
Date |
getPremium_from() |
Date |
getPremium_to() |
Long |
getSubscription_months() |
String |
toString() |
public Long id
public String addon_token
public String api_key
public String email
public String name
public Date premium_from
public Date premium_to
public Timestamp cancel_date
public Long subscription_months
public String geo_ip_country
public Long managed_accounts
public UUID groupId
public String groupRole
public Long getId()
public String getAddon_token()
public String getApi_key()
public String getEmail()
public String getName()
public Date getPremium_from()
public Date getPremium_to()
public Timestamp getCancel_date()
public Long getSubscription_months()
public String getGeo_ip_country()
public Long getManaged_accounts()
public UUID getGroupId()
public String getGroupRole()