public class TestingbotUser extends Object
| Constructor | Description |
|---|---|
TestingbotUser() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCity() |
|
String |
getCompany() |
|
String |
getCountry() |
|
String |
getFirstName() |
|
String |
getLastLoginDate() |
|
String |
getLastName() |
|
int |
getMaxConcurrent() |
|
String |
getPlan() |
|
int |
getSeconds() |
|
String |
getStreet() |
|
String |
getVat() |
|
void |
setCity(String city) |
|
void |
setCompany(String company) |
|
void |
setCountry(String country) |
|
void |
setFirstName(String firstName) |
|
void |
setLastLoginDate(String lastLoginDate) |
|
void |
setLastName(String lastName) |
|
void |
setMaxConcurrent(int maxConcurrent) |
|
void |
setPlan(String plan) |
|
void |
setSeconds(int seconds) |
|
void |
setStreet(String street) |
|
void |
setVat(String vat) |
public String getFirstName()
public void setFirstName(String firstName)
firstName - the firstName to setpublic String getLastName()
public void setLastName(String lastName)
lastName - the lastName to setpublic int getSeconds()
public void setSeconds(int seconds)
seconds - the seconds to setpublic String getLastLoginDate()
public void setLastLoginDate(String lastLoginDate)
lastLoginDate - the lastLoginDate to setpublic String getPlan()
public void setPlan(String plan)
plan - the plan to setpublic int getMaxConcurrent()
public void setMaxConcurrent(int maxConcurrent)
maxConcurrent - the maxConcurrent to setpublic String getCompany()
public void setCompany(String company)
company - the company to setpublic String getStreet()
public void setStreet(String street)
street - the street to setpublic String getCity()
public void setCity(String city)
city - the city to setpublic String getCountry()
public void setCountry(String country)
country - the country to setpublic String getVat()
public void setVat(String vat)
vat - the vat to setCopyright © 2018 TestingBot. All rights reserved.