public class ListCertificatesByCAResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCertificatesByCAResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesByCAResult |
clone() |
boolean |
equals(Object obj) |
List<Certificate> |
getCertificates() |
String |
getNextMarker() |
int |
hashCode() |
void |
setCertificates(Collection<Certificate> certificates) |
void |
setNextMarker(String nextMarker) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCertificatesByCAResult |
withCertificates(Certificate... certificates)
NOTE: This method appends the values to the existing list (if
any).
|
ListCertificatesByCAResult |
withCertificates(Collection<Certificate> certificates) |
ListCertificatesByCAResult |
withNextMarker(String nextMarker) |
public List<Certificate> getCertificates()
public void setCertificates(Collection<Certificate> certificates)
certificates - public ListCertificatesByCAResult withCertificates(Certificate... certificates)
NOTE: This method appends the values to the existing list (if
any). Use setCertificates(java.util.Collection) or
withCertificates(java.util.Collection) if you want to override
the existing values.
certificates - public ListCertificatesByCAResult withCertificates(Collection<Certificate> certificates)
certificates - public void setNextMarker(String nextMarker)
nextMarker - public String getNextMarker()
public ListCertificatesByCAResult withNextMarker(String nextMarker)
nextMarker - public String toString()
toString in class ObjectObject.toString()public ListCertificatesByCAResult clone()
Copyright © 2016. All rights reserved.