java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.provisioning.version1.transaction.Group

@ApiType("SoftLayer_Provisioning_Version1_Transaction_Group")
public class Group
extends Entity
The SoftLayer_Provisioning_Version1_Transaction_Group data type contains general information relating to a single SoftLayer hardware transaction group.

SoftLayer customers are unable to change their hardware transactions or the hardware transaction group.
See Also:
SoftLayer_Provisioning_Version1_Transaction_Group
  • Field Details

    • averageTimeToComplete

      @ApiProperty(canBeNullOrNotSet=true) protected BigDecimal averageTimeToComplete
      Average time, in minutes, for this type of transaction to complete. Please note that this is only an estimate.
    • averageTimeToCompleteSpecified

      protected boolean averageTimeToCompleteSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      A transaction group's name.
    • nameSpecified

      protected boolean nameSpecified
  • Constructor Details

    • Group

      public Group()
  • Method Details

    • getAverageTimeToComplete

      public BigDecimal getAverageTimeToComplete()
    • setAverageTimeToComplete

      public void setAverageTimeToComplete​(BigDecimal averageTimeToComplete)
    • isAverageTimeToCompleteSpecified

      public boolean isAverageTimeToCompleteSpecified()
    • unsetAverageTimeToComplete

      public void unsetAverageTimeToComplete()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()
    • service

      public static Group.Service service​(ApiClient client)