java.lang.Object
com.evolveum.midpoint.model.impl.correlator.idmatch.data.ServerResponse
All Implemented Interfaces:
DebugDumpable

public class ServerResponse extends Object implements DebugDumpable
  • Constructor Details

    • ServerResponse

      public ServerResponse(int responseCode, String message, String entity)
  • Method Details

    • getMessage

      public String getMessage()
    • getEntity

      public String getEntity()
    • getResponseCode

      public int getResponseCode()
    • debugDump

      public String debugDump(int indent)
      Specified by:
      debugDump in interface DebugDumpable
    • getExceptionMessage

      public String getExceptionMessage()