Class CloseBatchSettingsDto


  • public class CloseBatchSettingsDto
    extends Object
    close batch settings dto
    • Constructor Detail

      • CloseBatchSettingsDto

        public CloseBatchSettingsDto​(String batchId,
                                     String apiKey,
                                     String serverUrl,
                                     ProxyDto proxySettings)
    • Method Detail

      • getBatchId

        public String getBatchId()
      • setBatchId

        public void setBatchId​(String batchId)
      • getApiKey

        public String getApiKey()
      • setApiKey

        public void setApiKey​(String apiKey)
      • setProxy

        public void setProxy​(ProxyDto proxy)
      • getEyesServerUrl

        public String getEyesServerUrl()
      • setEyesServerUrl

        public void setEyesServerUrl​(String serverUrl)