Class ServiceProvider.ServiceProviderServicePackMigrationTaskGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.ServiceProvider.ServiceProviderServicePackMigrationTaskGetResponse
All Implemented Interfaces:
Serializable
Enclosing class:
ServiceProvider

public static class ServiceProvider.ServiceProviderServicePackMigrationTaskGetResponse extends Response
Response to ServiceProviderServicePackMigrationTaskGetRequest21. The groupTable column headings are: "Group Id", "Group Name", and "User Count".
Author:
AlpacaGenerator
See Also:
  • Field Details

    • taskName

      protected String taskName
    • startTimestamp

      protected OffsetDateTime startTimestamp
    • actualStartTimestamp

      protected OffsetDateTime actualStartTimestamp
    • expireAfterNumHours

      protected Integer expireAfterNumHours
    • maxDurationHours

      protected Integer maxDurationHours
    • sendReportEmail

      protected Boolean sendReportEmail
    • reportDeliveryEmailAddress

      protected String reportDeliveryEmailAddress
    • abortOnError

      protected Boolean abortOnError
    • abortErrorThreshold

      protected Integer abortErrorThreshold
    • reportAllUsers

      protected Boolean reportAllUsers
    • automaticallyIncrementServiceQuantity

      protected Boolean automaticallyIncrementServiceQuantity
    • errorCount

      protected Integer errorCount
    • status

    • groupsProcessed

      protected Integer groupsProcessed
    • groupsTotal

      protected Integer groupsTotal
    • usersProcessed

      protected Integer usersProcessed
    • usersTotal

      protected Integer usersTotal
    • userSelectionType

      protected ServicePackMigrationTaskUserSelectionType userSelectionType
    • reportFilePathName

      protected String reportFilePathName
    • migrateAllGroups

      protected Boolean migrateAllGroups
    • groupTable

    • userSelectionServicePackName

      protected String[] userSelectionServicePackName
    • userSelectionServiceName

      protected UserService[] userSelectionServiceName
    • removeServicePackName

      protected String[] removeServicePackName
    • removeServiceName

      protected UserService[] removeServiceName
    • assignServicePackName

      protected String[] assignServicePackName
    • assignServiceName

      protected UserService[] assignServiceName
    • serviceProvider

      protected transient ServiceProvider serviceProvider
  • Constructor Details

    • ServiceProviderServicePackMigrationTaskGetResponse

      public ServiceProviderServicePackMigrationTaskGetResponse()
  • Method Details

    • setTaskName

      public void setTaskName(String taskName)
    • getTaskName

      public String getTaskName()
    • setStartTimestamp

      public void setStartTimestamp(OffsetDateTime startTimestamp)
    • getStartTimestamp

      public OffsetDateTime getStartTimestamp()
    • setActualStartTimestamp

      public void setActualStartTimestamp(OffsetDateTime actualStartTimestamp)
    • getActualStartTimestamp

      public OffsetDateTime getActualStartTimestamp()
    • setExpireAfterNumHours

      public void setExpireAfterNumHours(Integer expireAfterNumHours)
    • getExpireAfterNumHours

      public Integer getExpireAfterNumHours()
    • setMaxDurationHours

      public void setMaxDurationHours(Integer maxDurationHours)
    • getMaxDurationHours

      public Integer getMaxDurationHours()
    • setSendReportEmail

      public void setSendReportEmail(Boolean sendReportEmail)
    • getSendReportEmail

      public Boolean getSendReportEmail()
    • setReportDeliveryEmailAddress

      public void setReportDeliveryEmailAddress(String reportDeliveryEmailAddress)
    • getReportDeliveryEmailAddress

      public String getReportDeliveryEmailAddress()
    • setAbortOnError

      public void setAbortOnError(Boolean abortOnError)
    • getAbortOnError

      public Boolean getAbortOnError()
    • setAbortErrorThreshold

      public void setAbortErrorThreshold(Integer abortErrorThreshold)
    • getAbortErrorThreshold

      public Integer getAbortErrorThreshold()
    • setReportAllUsers

      public void setReportAllUsers(Boolean reportAllUsers)
    • getReportAllUsers

      public Boolean getReportAllUsers()
    • setAutomaticallyIncrementServiceQuantity

      public void setAutomaticallyIncrementServiceQuantity(Boolean automaticallyIncrementServiceQuantity)
    • getAutomaticallyIncrementServiceQuantity

      public Boolean getAutomaticallyIncrementServiceQuantity()
    • setErrorCount

      public void setErrorCount(Integer errorCount)
    • getErrorCount

      public Integer getErrorCount()
    • setStatus

      public void setStatus(ServicePackMigrationTaskStatus21 status)
    • getStatus

    • setGroupsProcessed

      public void setGroupsProcessed(Integer groupsProcessed)
    • getGroupsProcessed

      public Integer getGroupsProcessed()
    • setGroupsTotal

      public void setGroupsTotal(Integer groupsTotal)
    • getGroupsTotal

      public Integer getGroupsTotal()
    • setUsersProcessed

      public void setUsersProcessed(Integer usersProcessed)
    • getUsersProcessed

      public Integer getUsersProcessed()
    • setUsersTotal

      public void setUsersTotal(Integer usersTotal)
    • getUsersTotal

      public Integer getUsersTotal()
    • setUserSelectionType

      public void setUserSelectionType(ServicePackMigrationTaskUserSelectionType userSelectionType)
    • getUserSelectionType

      public ServicePackMigrationTaskUserSelectionType getUserSelectionType()
    • setReportFilePathName

      public void setReportFilePathName(String reportFilePathName)
    • getReportFilePathName

      public String getReportFilePathName()
    • setFlagMigrateAllGroups

      public void setFlagMigrateAllGroups()
    • migrateAllGroupsFlagExist

      public boolean migrateAllGroupsFlagExist()
    • getMigrateAllGroups

      public Boolean getMigrateAllGroups()
    • setGroupTable

      public void setGroupTable(List<ServiceProviderServicePackMigrationTaskGroupTableRow> groupTable)
    • getGroupTable

    • setUserSelectionServicePackName

      public void setUserSelectionServicePackName(String... userSelectionServicePackName)
    • getUserSelectionServicePackName

      public String[] getUserSelectionServicePackName()
    • setUserSelectionServiceName

      public void setUserSelectionServiceName(UserService... userSelectionServiceName)
    • getUserSelectionServiceName

      public UserService[] getUserSelectionServiceName()
    • setRemoveServicePackName

      public void setRemoveServicePackName(String... removeServicePackName)
    • getRemoveServicePackName

      public String[] getRemoveServicePackName()
    • setRemoveServiceName

      public void setRemoveServiceName(UserService... removeServiceName)
    • getRemoveServiceName

      public UserService[] getRemoveServiceName()
    • setAssignServicePackName

      public void setAssignServicePackName(String... assignServicePackName)
    • getAssignServicePackName

      public String[] getAssignServicePackName()
    • setAssignServiceName

      public void setAssignServiceName(UserService... assignServiceName)
    • getAssignServiceName

      public UserService[] getAssignServiceName()
    • setServiceProvider

      public void setServiceProvider(ServiceProvider serviceProvider)
    • getServiceProvider

      public ServiceProvider getServiceProvider()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object