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 - The unique identifier of the SCA device you associated with a resource.
        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 The unique identifier of the SCA device you associated with a resource.
      • setDeviceId

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

        public AssociationFinaliseResponse ids​(List<String> ids)
        The list of unique identifiers of the resources that you associated with the SCA device.
        Parameters:
        ids - The list of unique identifiers of the resources that you associated with the SCA device.
        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 The list of unique identifiers of the resources that you associated with the SCA device.
      • setIds

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

        public AssociationFinaliseResponse type​(AssociationFinaliseResponse.TypeEnum type)
        The type of resource that you associated with the SCA device.
        Parameters:
        type - The type of resource that you associated with the SCA device.
        Returns:
        the current AssociationFinaliseResponse instance, allowing for method chaining
      • getType

        public AssociationFinaliseResponse.TypeEnum getType()
        The type of resource that you associated with the SCA device.
        Returns:
        type The type of resource that you associated with the SCA device.
      • setType

        public void setType​(AssociationFinaliseResponse.TypeEnum type)
        The type of resource that you associated with the SCA device.
        Parameters:
        type - The type of resource that you associated with the SCA device.
      • 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