Class ReleaseUpdateDetails


  • public class ReleaseUpdateDetails
    extends Object
    ReleaseUpdateDetails
    • Constructor Detail

      • ReleaseUpdateDetails

        public ReleaseUpdateDetails()
    • Method Detail

      • getUpdateAtFirstMaintenanceCall

        public Boolean getUpdateAtFirstMaintenanceCall()
        Boolean flag that tells if the terminal should update at the first next maintenance call. If false, terminal will update on its configured reboot time.
        Returns:
        updateAtFirstMaintenanceCall
      • setUpdateAtFirstMaintenanceCall

        public void setUpdateAtFirstMaintenanceCall​(Boolean updateAtFirstMaintenanceCall)
        Boolean flag that tells if the terminal should update at the first next maintenance call. If false, terminal will update on its configured reboot time.
        Parameters:
        updateAtFirstMaintenanceCall -
      • equals

        public boolean equals​(Object o)
        Return true if this ReleaseUpdateDetails object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static ReleaseUpdateDetails fromJson​(String jsonString)
                                             throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of ReleaseUpdateDetails given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ReleaseUpdateDetails
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to ReleaseUpdateDetails
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of ReleaseUpdateDetails to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException