public final class AccountingSystem extends Object
| Constructor and Description |
|---|
AccountingSystem() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDisableGZip() |
String |
getPassword() |
String |
getType() |
String |
getUrl() |
String |
getUsername() |
AccountingSystem |
setDisableGZip(Boolean disableGZip) |
AccountingSystem |
setPassword(String password) |
AccountingSystem |
setType(String type) |
AccountingSystem |
setUrl(String url) |
AccountingSystem |
setUsername(String username) |
public Boolean getDisableGZip()
public AccountingSystem setDisableGZip(Boolean disableGZip)
public String getPassword()
public AccountingSystem setPassword(String password)
public String getType()
public AccountingSystem setType(String type)
public String getUrl()
public AccountingSystem setUrl(String url)
public String getUsername()
public AccountingSystem setUsername(String username)
Copyright © 2023. All rights reserved.