Class Response

java.lang.Object
ro.sync.exml.plugin.workspace.security.Response

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class Response extends Object
A response describing what this provider knows about this host.
Since:
22
  • Constructor Details

    • Response

      public Response(ResponseType responseType, String reason)
      Constructor.
      Parameters:
      responseType - The response types.
      reason - A reason why this response was given for a particular host.
    • Response

      public Response(ResponseType responseType)
      Constructor.
      Parameters:
      responseType - The response types.
  • Method Details

    • getReason

      public String getReason()
      Returns:
      The reason why this response was given for a particular host.
    • getResponseType

      public ResponseType getResponseType()
      Returns:
      Returns the responseType.