Class SourceResponse


  • public class SourceResponse
    extends java.lang.Object
    Response to 'source' request.
    • Constructor Summary

      Constructors 
      Constructor Description
      SourceResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getContent()
      Content of the source reference.
      java.lang.String getMimeType()
      Content type (MIME type) of the source.
      int hashCode()  
      void setContent​(java.lang.String content)
      Content of the source reference.
      void setMimeType​(java.lang.String mimeType)
      Content type (MIME type) of the source.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • SourceResponse

        public SourceResponse()
    • Method Detail

      • getContent

        public java.lang.String getContent()
        Content of the source reference.
      • setContent

        public void setContent​(java.lang.String content)
        Content of the source reference.
      • getMimeType

        public java.lang.String getMimeType()
        Content type (MIME type) of the source.

        This is an optional property.

      • setMimeType

        public void setMimeType​(java.lang.String mimeType)
        Content type (MIME type) of the source.

        This is an optional property.

      • 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