Class 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 Detail

      • 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
      • nameSpecified

        protected boolean nameSpecified
    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • 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()