Package com.netscape.certsrv.system
Class CertificateSetupResponse
- java.lang.Object
-
- com.netscape.certsrv.system.CertificateSetupResponse
-
- All Implemented Interfaces:
JSONSerializer
public class CertificateSetupResponse extends java.lang.Object implements JSONSerializer
- Author:
- alee
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<SystemCertData>systemCerts
-
Constructor Summary
Constructors Constructor Description CertificateSetupResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.List<SystemCertData>getSystemCerts()inthashCode()voidsetSystemCerts(java.util.List<SystemCertData> systemCerts)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
-
-
-
Field Detail
-
systemCerts
protected java.util.List<SystemCertData> systemCerts
-
-
Method Detail
-
getSystemCerts
public java.util.List<SystemCertData> getSystemCerts()
- Returns:
- the systemCerts
-
setSystemCerts
public void setSystemCerts(java.util.List<SystemCertData> systemCerts)
- Parameters:
systemCerts- the systemCerts to set
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-