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