Class TestingbotUser


  • public class TestingbotUser
    extends java.lang.Object
    • Constructor Detail

      • TestingbotUser

        public TestingbotUser()
    • Method Detail

      • getFirstName

        public java.lang.String getFirstName()
        Returns:
        the firstName
      • setFirstName

        public void setFirstName​(java.lang.String firstName)
        Parameters:
        firstName - the firstName to set
      • getLastName

        public java.lang.String getLastName()
        Returns:
        the lastName
      • setLastName

        public void setLastName​(java.lang.String lastName)
        Parameters:
        lastName - the lastName to set
      • getSeconds

        public int getSeconds()
        Returns:
        the seconds
      • setSeconds

        public void setSeconds​(int seconds)
        Parameters:
        seconds - the seconds to set
      • getLastLoginDate

        public java.lang.String getLastLoginDate()
        Returns:
        the lastLoginDate
      • setLastLoginDate

        public void setLastLoginDate​(java.lang.String lastLoginDate)
        Parameters:
        lastLoginDate - the lastLoginDate to set
      • getPlan

        public java.lang.String getPlan()
        Returns:
        the plan
      • setPlan

        public void setPlan​(java.lang.String plan)
        Parameters:
        plan - the plan to set
      • getMaxConcurrent

        public int getMaxConcurrent()
        Returns:
        the maxConcurrent
      • setMaxConcurrent

        public void setMaxConcurrent​(int maxConcurrent)
        Parameters:
        maxConcurrent - the maxConcurrent to set
      • getCompany

        public java.lang.String getCompany()
        Returns:
        the company
      • setCompany

        public void setCompany​(java.lang.String company)
        Parameters:
        company - the company to set
      • getStreet

        public java.lang.String getStreet()
        Returns:
        the street
      • setStreet

        public void setStreet​(java.lang.String street)
        Parameters:
        street - the street to set
      • getCity

        public java.lang.String getCity()
        Returns:
        the city
      • setCity

        public void setCity​(java.lang.String city)
        Parameters:
        city - the city to set
      • getCountry

        public java.lang.String getCountry()
        Returns:
        the country
      • setCountry

        public void setCountry​(java.lang.String country)
        Parameters:
        country - the country to set
      • getVat

        public java.lang.String getVat()
        Returns:
        the vat
      • setVat

        public void setVat​(java.lang.String vat)
        Parameters:
        vat - the vat to set