public class DeleteTestSettingsDto extends Object
| Constructor and Description |
|---|
DeleteTestSettingsDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getBatchId() |
ProxyDto |
getProxy() |
String |
getSecretToken() |
String |
getServerUrl() |
String |
getTestId() |
void |
setApiKey(String apiKey) |
void |
setBatchId(String batchId) |
void |
setProxy(ProxyDto proxy) |
void |
setSecretToken(String secretToken) |
void |
setServerUrl(String serverUrl) |
void |
setTestId(String testId) |
public String getTestId()
public void setTestId(String testId)
public String getBatchId()
public void setBatchId(String batchId)
public String getSecretToken()
public void setSecretToken(String secretToken)
public String getApiKey()
public void setApiKey(String apiKey)
public String getServerUrl()
public void setServerUrl(String serverUrl)
public ProxyDto getProxy()
public void setProxy(ProxyDto proxy)
Copyright © 2023. All rights reserved.