public static class ServiceProvider.ServiceProviderServicePackMigrationTaskGetResponse extends Response
request, responseContent, xPath
Constructor and Description |
---|
ServiceProviderServicePackMigrationTaskGetResponse() |
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected String taskName
protected OffsetDateTime startTimestamp
protected Integer maxDurationHours
protected Boolean sendReportEmail
protected String reportDeliveryEmailAddress
protected Boolean abortOnError
protected Integer abortErrorThreshold
protected Boolean reportAllUsers
protected Boolean automaticallyIncrementServiceQuantity
protected Integer errorCount
protected ServicePackMigrationTaskStatus status
protected Integer groupsProcessed
protected Integer groupsTotal
protected Integer usersProcessed
protected Integer usersTotal
protected ServicePackMigrationTaskUserSelectionType userSelectionType
protected String reportFilePathName
protected Boolean migrateAllGroups
protected List<ServiceProviderServicePackMigrationTaskGroupTableRow> groupTable
protected String[] userSelectionServicePackName
protected UserService[] userSelectionServiceName
protected String[] removeServicePackName
protected UserService[] removeServiceName
protected String[] assignServicePackName
protected UserService[] assignServiceName
protected transient ServiceProvider serviceProvider
public ServiceProviderServicePackMigrationTaskGetResponse()
public void setTaskName(String taskName)
public String getTaskName()
public void setStartTimestamp(OffsetDateTime startTimestamp)
public OffsetDateTime getStartTimestamp()
public void setMaxDurationHours(Integer maxDurationHours)
public Integer getMaxDurationHours()
public void setSendReportEmail(Boolean sendReportEmail)
public Boolean getSendReportEmail()
public void setReportDeliveryEmailAddress(String reportDeliveryEmailAddress)
public String getReportDeliveryEmailAddress()
public void setAbortOnError(Boolean abortOnError)
public Boolean getAbortOnError()
public void setAbortErrorThreshold(Integer abortErrorThreshold)
public Integer getAbortErrorThreshold()
public void setReportAllUsers(Boolean reportAllUsers)
public Boolean getReportAllUsers()
public void setAutomaticallyIncrementServiceQuantity(Boolean automaticallyIncrementServiceQuantity)
public Boolean getAutomaticallyIncrementServiceQuantity()
public void setErrorCount(Integer errorCount)
public Integer getErrorCount()
public void setStatus(ServicePackMigrationTaskStatus status)
public ServicePackMigrationTaskStatus getStatus()
public void setGroupsProcessed(Integer groupsProcessed)
public Integer getGroupsProcessed()
public void setGroupsTotal(Integer groupsTotal)
public Integer getGroupsTotal()
public void setUsersProcessed(Integer usersProcessed)
public Integer getUsersProcessed()
public void setUsersTotal(Integer usersTotal)
public Integer getUsersTotal()
public void setUserSelectionType(ServicePackMigrationTaskUserSelectionType userSelectionType)
public ServicePackMigrationTaskUserSelectionType getUserSelectionType()
public void setReportFilePathName(String reportFilePathName)
public String getReportFilePathName()
public void setFlagMigrateAllGroups()
public boolean migrateAllGroupsFlagExist()
public void setGroupTable(List<ServiceProviderServicePackMigrationTaskGroupTableRow> groupTable)
public List<ServiceProviderServicePackMigrationTaskGroupTableRow> getGroupTable()
public void setUserSelectionServicePackName(String... userSelectionServicePackName)
public String[] getUserSelectionServicePackName()
public void setUserSelectionServiceName(UserService... userSelectionServiceName)
public UserService[] getUserSelectionServiceName()
public void setRemoveServicePackName(String... removeServicePackName)
public String[] getRemoveServicePackName()
public void setRemoveServiceName(UserService... removeServiceName)
public UserService[] getRemoveServiceName()
public void setAssignServicePackName(String... assignServicePackName)
public String[] getAssignServicePackName()
public void setAssignServiceName(UserService... assignServiceName)
public UserService[] getAssignServiceName()
public void setServiceProvider(ServiceProvider serviceProvider)
public ServiceProvider getServiceProvider()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.