Package com.netscape.certsrv.cert
Class CertRequestInfos
- java.lang.Object
-
- com.netscape.certsrv.base.DataCollection<CertRequestInfo>
-
- com.netscape.certsrv.cert.CertRequestInfos
-
public class CertRequestInfos extends DataCollection<CertRequestInfo>
-
-
Constructor Summary
Constructors Constructor Description CertRequestInfos()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CertRequestInfosfromJSON(java.lang.String json)static CertRequestInfosfromXML(java.lang.String string)java.util.Collection<CertRequestInfo>getEntries()java.lang.StringgetNext()java.lang.StringgetPrevious()static voidmain(java.lang.String[] args)java.lang.StringtoJSON()java.lang.StringtoString()java.lang.StringtoXML()-
Methods inherited from class com.netscape.certsrv.base.DataCollection
addEntry, addLink, equals, getLinks, getTotal, hashCode, removeEntry, removeLink, setEntries, setLinks, setTotal
-
-
-
-
Method Detail
-
getEntries
public java.util.Collection<CertRequestInfo> getEntries()
- Overrides:
getEntriesin classDataCollection<CertRequestInfo>
-
getNext
public java.lang.String getNext()
-
getPrevious
public java.lang.String getPrevious()
-
toJSON
public java.lang.String toJSON() throws java.lang.Exception- Throws:
java.lang.Exception
-
fromJSON
public static CertRequestInfos fromJSON(java.lang.String json) throws java.lang.Exception
- Throws:
java.lang.Exception
-
toXML
public java.lang.String toXML() throws java.lang.Exception- Throws:
java.lang.Exception
-
fromXML
public static CertRequestInfos fromXML(java.lang.String string) throws java.lang.Exception
- Throws:
java.lang.Exception
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
-