Class BandwidthCallbackMessage


  • public class BandwidthCallbackMessage
    extends Object
    This is a model class for BandwidthCallbackMessage type.
    • Constructor Detail

      • BandwidthCallbackMessage

        public BandwidthCallbackMessage()
        Default constructor.
      • BandwidthCallbackMessage

        public BandwidthCallbackMessage​(String time,
                                        String type,
                                        String to,
                                        String errorCode,
                                        String description,
                                        BandwidthMessage message)
        Initialization constructor.
        Parameters:
        time - String value for time.
        type - String value for type.
        to - String value for to.
        errorCode - String value for errorCode.
        description - String value for description.
        message - BandwidthMessage value for message.
    • Method Detail

      • getTime

        public String getTime()
        Getter for Time.
        Returns:
        Returns the String
      • setTime

        public void setTime​(String time)
        Setter for Time.
        Parameters:
        time - Value for String
      • getType

        public String getType()
        Getter for Type.
        Returns:
        Returns the String
      • setType

        public void setType​(String type)
        Setter for Type.
        Parameters:
        type - Value for String
      • getTo

        public String getTo()
        Getter for To.
        Returns:
        Returns the String
      • setTo

        public void setTo​(String to)
        Setter for To.
        Parameters:
        to - Value for String
      • getErrorCode

        public String getErrorCode()
        Getter for ErrorCode.
        Returns:
        Returns the String
      • setErrorCode

        public void setErrorCode​(String errorCode)
        Setter for ErrorCode.
        Parameters:
        errorCode - Value for String
      • getDescription

        public String getDescription()
        Getter for Description.
        Returns:
        Returns the String
      • setDescription

        public void setDescription​(String description)
        Setter for Description.
        Parameters:
        description - Value for String
      • getMessage

        public BandwidthMessage getMessage()
        Getter for Message.
        Returns:
        Returns the BandwidthMessage
      • setMessage

        public void setMessage​(BandwidthMessage message)
        Setter for Message.
        Parameters:
        message - Value for BandwidthMessage
      • toString

        public String toString()
        Converts this BandwidthCallbackMessage into string format.
        Overrides:
        toString in class Object
        Returns:
        String representation of this class