public class CertRequestInfo extends CMSRequestInfo
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
certRequestType |
protected java.lang.String |
certURL |
static java.lang.String |
REQ_COMPLETE |
requestStatus, requestType, requestURL
Constructor and Description |
---|
CertRequestInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CertId |
getCertId() |
java.lang.String |
getCertRequestType() |
java.lang.String |
getCertURL() |
int |
hashCode() |
static void |
main(java.lang.String[] args) |
void |
setCertRequestType(java.lang.String certRequestType) |
void |
setCertURL(java.lang.String certURL) |
java.lang.String |
toString() |
static CertRequestInfo |
valueOf(java.lang.String string) |
getRequestId, getRequestStatus, getRequestType, getRequestURL, setRequestStatus, setRequestType, setRequestURL
public static final java.lang.String REQ_COMPLETE
protected java.lang.String certURL
protected java.lang.String certRequestType
public void setCertRequestType(java.lang.String certRequestType)
certRequestType
- to setpublic java.lang.String getCertRequestType()
public void setCertURL(java.lang.String certURL)
public java.lang.String getCertURL()
public CertId getCertId()
public int hashCode()
hashCode
in class CMSRequestInfo
public boolean equals(java.lang.Object obj)
equals
in class CMSRequestInfo
public java.lang.String toString()
toString
in class java.lang.Object
public static CertRequestInfo valueOf(java.lang.String string) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception