Class ResourceResponse

java.lang.Object
com.thecsdev.common.resource.ResourceMessage
com.thecsdev.common.resource.ResourceResponse

public final class ResourceResponse extends ResourceMessage
Represents the response received after fetching a resource from a specified URI.
See Also:
  • Method Details

    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class ResourceMessage
    • equals

      public final boolean equals(@Nullable @Nullable Object obj)
      Overrides:
      equals in class ResourceMessage
    • getStatus

      public final int getStatus()
      Returns the status code representing the outcome of the resource fetch operation. The interpretation of this status code may differ depending on the protocol specified in the URI.