Class Step


  • @ApiType("SoftLayer_Product_Package_Order_Step")
    public class Step
    extends Entity
    Each package has at least 1 step to the ordering process. For server orders, there are many. Each step has certain item categories which are displayed. This type describes the steps for each package.
    See Also:
    SoftLayer_Product_Package_Order_Step
    • Field Detail

      • inclusivePreviousSteps

        @ApiProperty
        protected List<Next> inclusivePreviousSteps
        The next steps in the ordering process for the package tied to this object, including this step.
      • nextSteps

        @ApiProperty
        protected List<Next> nextSteps
        The next steps in the ordering process for the package tied to this object.
      • previousSteps

        @ApiProperty
        protected List<Next> previousSteps
        The item to which this object belongs.
      • idSpecified

        protected boolean idSpecified
      • step

        @ApiProperty(canBeNullOrNotSet=true)
        protected String step
        The number of the step in the order process for this package. These are sequential and only needed for step-based ordering.
      • stepSpecified

        protected boolean stepSpecified
      • inclusivePreviousStepCount

        @ApiProperty
        protected Long inclusivePreviousStepCount
        A count of the next steps in the ordering process for the package tied to this object, including this step.
      • nextStepCount

        @ApiProperty
        protected Long nextStepCount
        A count of the next steps in the ordering process for the package tied to this object.
      • previousStepCount

        @ApiProperty
        protected Long previousStepCount
        A count of the item to which this object belongs.
    • Constructor Detail

      • Step

        public Step()
    • Method Detail

      • getInclusivePreviousSteps

        public List<Next> getInclusivePreviousSteps()
      • getNextSteps

        public List<Next> getNextSteps()
      • getPreviousSteps

        public List<Next> getPreviousSteps()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getStep

        public String getStep()
      • setStep

        public void setStep​(String step)
      • isStepSpecified

        public boolean isStepSpecified()
      • unsetStep

        public void unsetStep()
      • getInclusivePreviousStepCount

        public Long getInclusivePreviousStepCount()
      • setInclusivePreviousStepCount

        public void setInclusivePreviousStepCount​(Long inclusivePreviousStepCount)
      • getNextStepCount

        public Long getNextStepCount()
      • setNextStepCount

        public void setNextStepCount​(Long nextStepCount)
      • getPreviousStepCount

        public Long getPreviousStepCount()
      • setPreviousStepCount

        public void setPreviousStepCount​(Long previousStepCount)