java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.account.proofofconcept.review.History

@ApiType("SoftLayer_Container_Account_ProofOfConcept_Review_History")
public class History
extends Entity
Summary of review activity for a proof of concept request.
See Also:
SoftLayer_Container_Account_ProofOfConcept_Review_History
  • Field Details

    • accountCreatedFlag

      @ApiProperty(canBeNullOrNotSet=true) protected Boolean accountCreatedFlag
      True for approved requests associated with a new account and false otherwise.
    • accountCreatedFlagSpecified

      protected boolean accountCreatedFlagSpecified
    • deniedFlag

      @ApiProperty(canBeNullOrNotSet=true) protected Boolean deniedFlag
      True for denied requests and false otherwise.
    • deniedFlagSpecified

      protected boolean deniedFlagSpecified
    • events

      @ApiProperty(canBeNullOrNotSet=true) protected List<Event> events
      List of events occurring during the review.
    • eventsSpecified

      protected boolean eventsSpecified
    • reviewCompleteFlag

      @ApiProperty(canBeNullOrNotSet=true) protected Boolean reviewCompleteFlag
      True for fully reviewed requests and false otherwise.
    • reviewCompleteFlagSpecified

      protected boolean reviewCompleteFlagSpecified
  • Constructor Details

    • History

      public History()
  • Method Details

    • getAccountCreatedFlag

      public Boolean getAccountCreatedFlag()
    • setAccountCreatedFlag

      public void setAccountCreatedFlag​(Boolean accountCreatedFlag)
    • isAccountCreatedFlagSpecified

      public boolean isAccountCreatedFlagSpecified()
    • unsetAccountCreatedFlag

      public void unsetAccountCreatedFlag()
    • getDeniedFlag

      public Boolean getDeniedFlag()
    • setDeniedFlag

      public void setDeniedFlag​(Boolean deniedFlag)
    • isDeniedFlagSpecified

      public boolean isDeniedFlagSpecified()
    • unsetDeniedFlag

      public void unsetDeniedFlag()
    • getEvents

      public List<Event> getEvents()
    • isEventsSpecified

      public boolean isEventsSpecified()
    • unsetEvents

      public void unsetEvents()
    • getReviewCompleteFlag

      public Boolean getReviewCompleteFlag()
    • setReviewCompleteFlag

      public void setReviewCompleteFlag​(Boolean reviewCompleteFlag)
    • isReviewCompleteFlagSpecified

      public boolean isReviewCompleteFlagSpecified()
    • unsetReviewCompleteFlag

      public void unsetReviewCompleteFlag()