public class ServiceOwner extends Object implements Serializable
| Constructor and Description |
|---|
ServiceOwner() |
| Modifier and Type | Method and Description |
|---|---|
long |
getApiKey()
Get the API key of the service owner.
|
String |
getApiSecret()
Get the API secret of the service owner.
|
String |
getEmail()
Get the email address of the service owner.
|
String |
getLoginId()
Get the login ID of the service owner.
|
String |
getName()
Get the service owner name.
|
int |
getNumber()
Get the service owner number.
|
Plan |
getPlan()
Get the plan.
|
ServiceOwner |
setApiKey(long apiKey)
Set the API key of the service owner.
|
ServiceOwner |
setApiSecret(String apiSecret)
Set the API secret of the service owner.
|
ServiceOwner |
setEmail(String email)
Set the email address of the service owner.
|
ServiceOwner |
setLoginId(String loginId)
Set the login ID of the service owner.
|
ServiceOwner |
setName(String name)
Set the service owner name.
|
ServiceOwner |
setNumber(int number)
Set the service owner number.
|
ServiceOwner |
setPlan(Plan plan)
Set the plan.
|
public int getNumber()
public ServiceOwner setNumber(int number)
number - The service owner number.this object.public String getName()
public ServiceOwner setName(String name)
name - The service owner name.this object.public String getEmail()
public ServiceOwner setEmail(String email)
email - The email address of the service owner.this object.public String getLoginId()
public ServiceOwner setLoginId(String loginId)
loginId - The login ID of the service owner.this object.public long getApiKey()
public ServiceOwner setApiKey(long apiKey)
apiKey - The API key of the service owner.this object.public String getApiSecret()
public ServiceOwner setApiSecret(String apiSecret)
apiSecret - The API secret of the service owner.this object.public Plan getPlan()
public ServiceOwner setPlan(Plan plan)
plan - The plan.this object.Copyright © 2019. All rights reserved.