edu.internet2.middleware.grouper.ws.rest
Class WsRestResultProblem

java.lang.Object
  extended by edu.internet2.middleware.grouper.ws.rest.WsRestResultProblem
All Implemented Interfaces:
WsResponseBean

public class WsRestResultProblem
extends java.lang.Object
implements WsResponseBean


Constructor Summary
WsRestResultProblem()
          empty
WsRestResultProblem(WsResultMeta wsResultMeta1)
          construct with result
 
Method Summary
 WsResponseMeta getResponseMetadata()
          get the response metadata
 WsResultMeta getResultMetadata()
          get the result metadata
 void setResponseMetadata(WsResponseMeta responseMetadata1)
           
 void setResultMetadata(WsResultMeta resultMetadata1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsRestResultProblem

public WsRestResultProblem()
empty


WsRestResultProblem

public WsRestResultProblem(WsResultMeta wsResultMeta1)
construct with result

Parameters:
wsResultMeta1 -
Method Detail

setResultMetadata

public void setResultMetadata(WsResultMeta resultMetadata1)
Parameters:
resultMetadata1 - the resultMetadata to set

setResponseMetadata

public void setResponseMetadata(WsResponseMeta responseMetadata1)
Parameters:
responseMetadata1 - the responseMetadata to set

getResultMetadata

public WsResultMeta getResultMetadata()
Description copied from interface: WsResponseBean
get the result metadata

Specified by:
getResultMetadata in interface WsResponseBean
Returns:
the resultMetadata

getResponseMetadata

public WsResponseMeta getResponseMetadata()
Description copied from interface: WsResponseBean
get the response metadata

Specified by:
getResponseMetadata in interface WsResponseBean
Returns:
the response metadata
See Also:
WsResponseBean.getResponseMetadata()