Class ListCertificatesByCAResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output of the ListCertificatesByCA operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The device certificates signed by the specified CA certificate.The marker for the next set of results, or null if there are no additional results.int
hashCode()
void
setCertificates
(Collection<Certificate> certificates) The device certificates signed by the specified CA certificate.void
setNextMarker
(String nextMarker) The marker for the next set of results, or null if there are no additional results.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificates
(Certificate... certificates) The device certificates signed by the specified CA certificate.withCertificates
(Collection<Certificate> certificates) The device certificates signed by the specified CA certificate.withNextMarker
(String nextMarker) The marker for the next set of results, or null if there are no additional results.
-
Constructor Details
-
ListCertificatesByCAResult
public ListCertificatesByCAResult()
-
-
Method Details
-
getCertificates
The device certificates signed by the specified CA certificate.
- Returns:
- The device certificates signed by the specified CA certificate.
-
setCertificates
The device certificates signed by the specified CA certificate.
- Parameters:
certificates
- The device certificates signed by the specified CA certificate.
-
withCertificates
The device certificates signed by the specified CA certificate.
NOTE: This method appends the values to the existing list (if any). Use
setCertificates(java.util.Collection)
orwithCertificates(java.util.Collection)
if you want to override the existing values.- Parameters:
certificates
- The device certificates signed by the specified CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCertificates
The device certificates signed by the specified CA certificate.
- Parameters:
certificates
- The device certificates signed by the specified CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextMarker
The marker for the next set of results, or null if there are no additional results.
- Parameters:
nextMarker
- The marker for the next set of results, or null if there are no additional results.
-
getNextMarker
The marker for the next set of results, or null if there are no additional results.
- Returns:
- The marker for the next set of results, or null if there are no additional results.
-
withNextMarker
The marker for the next set of results, or null if there are no additional results.
- Parameters:
nextMarker
- The marker for the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-