Class CertRequestInfo
java.lang.Object
com.netscape.certsrv.request.CMSRequestInfo
com.netscape.certsrv.cert.CertRequestInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CertIdprotected Stringprotected Stringprotected Stringprotected Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.netscape.certsrv.request.CMSRequestInfo
realm, requestStatus, requestType, requestURL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CertRequestInfostatic CertRequestInfointhashCode()voidvoidsetCertRequestType(String certRequestType) voidsetCertURL(String certURL) set the certURLvoidsetErrorMessage(String errorMessage) voidsetOperationResult(String operationResult) toString()toXML()Methods inherited from class com.netscape.certsrv.request.CMSRequestInfo
fromDOM, getRealm, getRequestId, getRequestStatus, getRequestType, getRequestURL, setRealm, setRequestStatus, setRequestType, setRequestURL, toDOMMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
hashCodein classCMSRequestInfo
-
equals
- Overrides:
equalsin classCMSRequestInfo
-
toString
-
toDOM
- Overrides:
toDOMin classCMSRequestInfo
-
fromDOM
-
toXML
- Overrides:
toXMLin classCMSRequestInfo- Throws:
Exception
-
fromXML
- Throws:
Exception
-