Class Unregistration


  • public class Unregistration
    extends java.lang.Object
    General parameters to unregister a capability.
    • Constructor Summary

      Constructors 
      Constructor Description
      Unregistration()  
      Unregistration​(java.lang.String id, java.lang.String method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getId()
      The id used to unregister the request or notification.
      java.lang.String getMethod()
      The method / capability to unregister for.
      int hashCode()  
      void setId​(java.lang.String id)
      The id used to unregister the request or notification.
      void setMethod​(java.lang.String method)
      The method / capability to unregister for.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Unregistration

        public Unregistration()
      • Unregistration

        public Unregistration​(java.lang.String id,
                              java.lang.String method)
    • Method Detail

      • getId

        public java.lang.String getId()
        The id used to unregister the request or notification. Usually an id provided during the register request.
      • setId

        public void setId​(java.lang.String id)
        The id used to unregister the request or notification. Usually an id provided during the register request.
      • getMethod

        public java.lang.String getMethod()
        The method / capability to unregister for.
      • setMethod

        public void setMethod​(java.lang.String method)
        The method / capability to unregister for.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object