Class History


  • @ApiType("SoftLayer_Network_Application_Delivery_Controller_Configuration_History")
    public class History
    extends Entity
    The SoftLayer_Network_Application_Delivery_Controller_Configuration_History data type models a single instance of a configuration history entry for an application delivery controller. The configuration history entries are used to support creating backups of an application delivery controller's configuration state in order to restore them later if needed.
    See Also:
    SoftLayer_Network_Application_Delivery_Controller_Configuration_History
    • Constructor Detail

      • History

        public History()
    • Method Detail

      • getController

        public Controller getController()
      • setController

        public void setController​(Controller controller)
      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getNotes

        public String getNotes()
      • setNotes

        public void setNotes​(String notes)
      • isNotesSpecified

        public boolean isNotesSpecified()
      • unsetNotes

        public void unsetNotes()