public class CloseBatchSettingsDto extends Object
| Constructor and Description |
|---|
CloseBatchSettingsDto(String batchId,
String apiKey,
String serverUrl,
ProxyDto proxySettings) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getBatchId() |
ProxyDto |
getProxy() |
String |
getServerUrl() |
void |
setApiKey(String apiKey) |
void |
setBatchId(String batchId) |
void |
setProxy(ProxyDto proxy) |
void |
setServerUrl(String serverUrl) |
public String getBatchId()
public void setBatchId(String batchId)
public String getApiKey()
public void setApiKey(String apiKey)
public ProxyDto getProxy()
public void setProxy(ProxyDto proxy)
public String getServerUrl()
public void setServerUrl(String serverUrl)
Copyright © 2023. All rights reserved.