Class SearchRegisteredDevicesResponse


  • public class SearchRegisteredDevicesResponse
    extends Object
    SearchRegisteredDevicesResponse
    • Constructor Detail

      • SearchRegisteredDevicesResponse

        public SearchRegisteredDevicesResponse()
    • Method Detail

      • data

        public SearchRegisteredDevicesResponse data​(List<Device> data)
        Contains a list of registered SCA devices and their corresponding details.
        Parameters:
        data -
        Returns:
        the current SearchRegisteredDevicesResponse instance, allowing for method chaining
      • getData

        public List<Device> getData()
        Contains a list of registered SCA devices and their corresponding details.
        Returns:
        data
      • setData

        public void setData​(List<Device> data)
        Contains a list of registered SCA devices and their corresponding details.
        Parameters:
        data -
      • itemsTotal

        public SearchRegisteredDevicesResponse itemsTotal​(Integer itemsTotal)
        The total amount of registered SCA devices that match the query parameters.
        Parameters:
        itemsTotal -
        Returns:
        the current SearchRegisteredDevicesResponse instance, allowing for method chaining
      • getItemsTotal

        public Integer getItemsTotal()
        The total amount of registered SCA devices that match the query parameters.
        Returns:
        itemsTotal
      • setItemsTotal

        public void setItemsTotal​(Integer itemsTotal)
        The total amount of registered SCA devices that match the query parameters.
        Parameters:
        itemsTotal -
      • link

        public SearchRegisteredDevicesResponse link​(Link link)
        link
        Parameters:
        link -
        Returns:
        the current SearchRegisteredDevicesResponse instance, allowing for method chaining
      • getLink

        public Link getLink()
        link
        Returns:
        link
      • setLink

        public void setLink​(Link link)
        link
        Parameters:
        link -
      • pagesTotal

        public SearchRegisteredDevicesResponse pagesTotal​(Integer pagesTotal)
        The total amount of list pages.
        Parameters:
        pagesTotal -
        Returns:
        the current SearchRegisteredDevicesResponse instance, allowing for method chaining
      • getPagesTotal

        public Integer getPagesTotal()
        The total amount of list pages.
        Returns:
        pagesTotal
      • setPagesTotal

        public void setPagesTotal​(Integer pagesTotal)
        The total amount of list pages.
        Parameters:
        pagesTotal -
      • equals

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

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

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

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