Class Response

    • Field Detail

      • notification

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected Notification notification
      • returnCode

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Integer returnCode
    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • getNotification

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public Notification getNotification()
        Gets the value of the notification property.
        Returns:
        possible object is Notification
      • setNotification

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setNotification​(Notification value)
        Sets the value of the notification property.
        Parameters:
        value - allowed object is Notification
      • getReturnCode

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Integer getReturnCode()
        Gets the value of the returnCode property.
        Returns:
        possible object is Integer
      • setReturnCode

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setReturnCode​(java.lang.Integer value)
        Sets the value of the returnCode property.
        Parameters:
        value - allowed object is Integer
      • withReturnCode

        public Response withReturnCode​(java.lang.Integer value)
      • withAny

        public Response withAny​(java.util.Collection<java.lang.Object> values)
        Overrides:
        withAny in class Message
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class Message