public class CredentialPathData
extends java.lang.Object
CredentialPaths. Clients don't typically instantiate
objects of this type, but will receive them in response to requests.| Constructor and Description |
|---|
CredentialPathData(CredentialPath... paths)
Create a
CredentialPathData from the provided parameters. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<CredentialPath> |
getPaths()
Get the collection of
CredentialPaths. |
int |
hashCode() |
java.lang.String |
toString() |
public CredentialPathData(CredentialPath... paths)
CredentialPathData from the provided parameters. Intended for internal
use. Clients will get CredentialPathData objects populated from
CredHub responses.paths - a collection of CredentialPathspublic java.util.List<CredentialPath> getPaths()
CredentialPaths.CredentialPathspublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object