Package com.netscape.certsrv.cert
Class CertRequestInfo
java.lang.Object
com.netscape.certsrv.request.CMSRequestInfo
com.netscape.certsrv.cert.CertRequestInfo
- All Implemented Interfaces:
JSONSerializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CertId
protected String
protected String
protected String
protected String
static final String
static final String
static final String
Fields inherited from class com.netscape.certsrv.request.CMSRequestInfo
realm, requestID, requestStatus, requestType, requestURL
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static CertRequestInfo
static CertRequestInfo
int
hashCode()
void
void
setCertRequestType
(String certRequestType) void
setCertURL
(String certURL) set the certURLvoid
setErrorMessage
(String errorMessage) void
setOperationResult
(String operationResult) toString()
toXML()
Methods inherited from class com.netscape.certsrv.request.CMSRequestInfo
fromDOM, getRealm, getRequestId, getRequestID, getRequestStatus, getRequestType, getRequestURL, setRealm, setRequestID, setRequestStatus, setRequestType, setRequestURL, toDOM
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Field Details
-
REQ_COMPLETE
- See Also:
-
RES_SUCCESS
- See Also:
-
RES_ERROR
- See Also:
-
certId
-
certURL
-
certRequestType
-
operationResult
-
errorMessage
-
-
Constructor Details
-
CertRequestInfo
public CertRequestInfo()
-
-
Method Details
-
setCertRequestType
- Parameters:
certRequestType
- to set
-
getCertRequestType
- Returns:
- the certRequestType
-
setCertURL
set the certURL -
getCertURL
- Returns:
- the certURL
-
getCertId
- Returns:
- the certId
-
setCertId
-
getOperationResult
-
setOperationResult
-
getErrorMessage
-
setErrorMessage
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCMSRequestInfo
-
equals
- Overrides:
equals
in classCMSRequestInfo
-
toString
-
toDOM
- Overrides:
toDOM
in classCMSRequestInfo
-
fromDOM
-
toXML
- Overrides:
toXML
in classCMSRequestInfo
- Throws:
Exception
-
fromXML
- Throws:
Exception
-