Package cz.metacentrum.perun.core.api
Class PerunRequest
java.lang.Object
cz.metacentrum.perun.core.api.PerunRequest
Class containing information about PerunRequest.
- Author:
- michalp
-
Constructor Summary
ConstructorsConstructorDescriptionPerunRequest(PerunPrincipal perunPrincipal, String callbackId, String manager, String method, String params) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglonginthashCode()voidsetCallbackId(String callbackId) voidsetEndTime(long endTime) void
-
Constructor Details
-
PerunRequest
public PerunRequest(PerunPrincipal perunPrincipal, String callbackId, String manager, String method, String params)
-
-
Method Details
-
equals
-
getCallbackId
-
setCallbackId
-
getEndTime
public long getEndTime() -
setEndTime
public void setEndTime(long endTime) -
getManager
-
getMethod
-
getParams
-
getPerunPrincipal
-
getResult
-
setResult
-
getStartTime
public long getStartTime() -
hashCode
public int hashCode()
-