public final class AccountingSystem extends Object
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the TurnOnline.biz Product Billing. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Constructor and Description |
|---|
AccountingSystem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompany() |
Boolean |
getDisableGZip() |
String |
getPassword() |
String |
getProfile() |
String |
getType() |
String |
getUrl() |
String |
getUsername() |
AccountingSystem |
setCompany(String company) |
AccountingSystem |
setDisableGZip(Boolean disableGZip) |
AccountingSystem |
setPassword(String password) |
AccountingSystem |
setProfile(String profile) |
AccountingSystem |
setType(String type) |
AccountingSystem |
setUrl(String url) |
AccountingSystem |
setUsername(String username) |
public String getCompany()
null for nonepublic AccountingSystem setCompany(String company)
company - company or null for nonepublic Boolean getDisableGZip()
null for nonepublic AccountingSystem setDisableGZip(Boolean disableGZip)
disableGZip - disableGZip or null for nonepublic String getPassword()
null for nonepublic AccountingSystem setPassword(String password)
password - password or null for nonepublic String getProfile()
null for nonepublic AccountingSystem setProfile(String profile)
profile - profile or null for nonepublic String getType()
null for nonepublic AccountingSystem setType(String type)
type - type or null for nonepublic String getUrl()
null for nonepublic AccountingSystem setUrl(String url)
url - url or null for nonepublic String getUsername()
null for nonepublic AccountingSystem setUsername(String username)
username - username or null for noneCopyright © 2020. All rights reserved.