Class AssociationFinaliseResponse


  • public class AssociationFinaliseResponse
    extends Object
    AssociationFinaliseResponse
    • Constructor Detail

      • AssociationFinaliseResponse

        public AssociationFinaliseResponse()
    • Method Detail

      • deviceId

        public AssociationFinaliseResponse deviceId​(String deviceId)
        The unique identifier of the SCA device you associated with a resource.
        Parameters:
        deviceId -
        Returns:
        the current AssociationFinaliseResponse instance, allowing for method chaining
      • getDeviceId

        public String getDeviceId()
        The unique identifier of the SCA device you associated with a resource.
        Returns:
        deviceId
      • setDeviceId

        public void setDeviceId​(String deviceId)
        The unique identifier of the SCA device you associated with a resource.
        Parameters:
        deviceId -
      • ids

        public AssociationFinaliseResponse ids​(List<String> ids)
        The list of unique identifiers of the resources that you associated with the SCA device.
        Parameters:
        ids -
        Returns:
        the current AssociationFinaliseResponse instance, allowing for method chaining
      • getIds

        public List<String> getIds()
        The list of unique identifiers of the resources that you associated with the SCA device.
        Returns:
        ids
      • setIds

        public void setIds​(List<String> ids)
        The list of unique identifiers of the resources that you associated with the SCA device.
        Parameters:
        ids -
      • equals

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

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

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

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