@GwtIncompatible public static class ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<Integer> |
abortErrorThreshold |
protected Boolean |
abortOnError |
protected Boolean |
automaticallyIncrementServiceQuantity |
protected Integer |
maxDurationHours |
protected String |
newTaskName |
protected Boolean |
reportAllUsers |
protected com.google.common.base.Optional<String> |
reportDeliveryEmailAddress |
protected Boolean |
sendReportEmail |
protected ServiceProvider |
serviceProvider |
protected OffsetDateTime |
startTimestamp |
protected String |
taskName |
Constructor and Description |
---|
ServiceProviderServicePackMigrationTaskModifyRequest(ServiceProvider serviceProvider,
String taskName) |
appendChild, appendChild, appendChild, asyncFire, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull protected transient ServiceProvider serviceProvider
@NotNull @Size(min=1, max=80) protected String taskName
@Size(min=1, max=80) protected String newTaskName
protected OffsetDateTime startTimestamp
protected Integer maxDurationHours
protected Boolean sendReportEmail
protected com.google.common.base.Optional<String> reportDeliveryEmailAddress
protected Boolean abortOnError
protected com.google.common.base.Optional<Integer> abortErrorThreshold
protected Boolean reportAllUsers
protected Boolean automaticallyIncrementServiceQuantity
public ServiceProviderServicePackMigrationTaskModifyRequest(ServiceProvider serviceProvider, String taskName)
public ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest setServiceProvider(ServiceProvider serviceProvider)
public ServiceProvider getServiceProvider()
public ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest setTaskName(String taskName)
public String getTaskName()
public ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest setNewTaskName(String newTaskName)
public String getNewTaskName()
public ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest setStartTimestamp(OffsetDateTime startTimestamp)
public OffsetDateTime getStartTimestamp()
public ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest setMaxDurationHours(Integer maxDurationHours)
public Integer getMaxDurationHours()
public ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest setSendReportEmail(Boolean sendReportEmail)
public Boolean getSendReportEmail()
public ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest setReportDeliveryEmailAddress(String reportDeliveryEmailAddress)
public com.google.common.base.Optional<String> getReportDeliveryEmailAddress()
public ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest setAbortOnError(Boolean abortOnError)
public Boolean getAbortOnError()
public ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest setAbortErrorThreshold(Integer abortErrorThreshold)
public com.google.common.base.Optional<Integer> getAbortErrorThreshold()
public ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest setReportAllUsers(Boolean reportAllUsers)
public Boolean getReportAllUsers()
public ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest setAutomaticallyIncrementServiceQuantity(Boolean automaticallyIncrementServiceQuantity)
public Boolean getAutomaticallyIncrementServiceQuantity()
public static ServiceProvider.ServiceProviderServicePackMigrationTaskModifyRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.