public String toString()

in cloudsigma2/src/main/java/org/jclouds/cloudsigma2/domain/ProfileInfo.java [510:543]


   public String toString() {
      return "[" +
            "address='" + address + '\'' +
            ", isApiHttpsOnly=" + isApiHttpsOnly +
            ", autotopupAmount='" + autotopupAmount + '\'' +
            ", autotopupThreshold='" + autotopupThreshold + '\'' +
            ", bankReference='" + bankReference + '\'' +
            ", company='" + company + '\'' +
            ", country='" + country + '\'' +
            ", currency='" + currency + '\'' +
            ", email='" + email + '\'' +
            ", firstName='" + firstName + '\'' +
            ", hasAutotopup=" + hasAutotopup +
            ", invoicing=" + invoicing +
            ", isKeyAuth=" + isKeyAuth +
            ", language='" + language + '\'' +
            ", lastName='" + lastName + '\'' +
            ", isMailingListEnabled=" + isMailingListEnabled +
            ", meta=" + meta +
            ", myNotes='" + myNotes + '\'' +
            ", nickname='" + nickname + '\'' +
            ", phone='" + phone + '\'' +
            ", postcode='" + postcode + '\'' +
            ", reseller='" + reseller + '\'' +
            ", signupTime='" + signupTime + '\'' +
            ", state='" + state + '\'' +
            ", taxName='" + taxName + '\'' +
            ", taxRate=" + taxRate +
            ", title='" + title + '\'' +
            ", town='" + town + '\'' +
            ", uuid='" + uuid + '\'' +
            ", vat='" + vat + '\'' +
            "]";
   }