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