public class VerifyTrustResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
VerifyTrustResult() |
Modifier and Type | Method and Description |
---|---|
VerifyTrustResult |
clone() |
boolean |
equals(Object obj) |
String |
getTrustId()
The unique Trust ID of the trust relationship that was verified.
|
int |
hashCode() |
void |
setTrustId(String trustId)
The unique Trust ID of the trust relationship that was verified.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VerifyTrustResult |
withTrustId(String trustId)
The unique Trust ID of the trust relationship that was verified.
|
public void setTrustId(String trustId)
trustId
- The unique Trust ID of the trust relationship that was verified.public String getTrustId()
public VerifyTrustResult withTrustId(String trustId)
trustId
- The unique Trust ID of the trust relationship that was verified.public String toString()
toString
in class Object
Object.toString()
public VerifyTrustResult clone()
Copyright © 2018. All rights reserved.