SetTrustLineFlagsOperationResponse
Represents AllowTrust operation response.
@Deprecated public final class AllowTrustOperationResponse extends OperationResponse
OperationResponse.Links| Constructor and Description |
|---|
AllowTrustOperationResponse(java.lang.String trustor,
java.lang.String trustee,
java.lang.String trusteeMuxed,
java.math.BigInteger trusteeMuxedId,
java.lang.String assetType,
java.lang.String assetCode,
java.lang.String assetIssuer,
java.lang.Boolean authorize,
java.lang.Boolean authorizeToMaintainLiabilities)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Deprecated.
|
Asset |
getAsset()
Deprecated.
|
java.lang.String |
getAssetCode()
Deprecated.
|
java.lang.String |
getAssetIssuer()
Deprecated.
|
java.lang.String |
getAssetType()
Deprecated.
|
java.lang.Boolean |
getAuthorize()
Deprecated.
|
java.lang.Boolean |
getAuthorizeToMaintainLiabilities()
Deprecated.
|
java.lang.String |
getTrustee()
Deprecated.
|
java.lang.String |
getTrusteeMuxed()
Deprecated.
|
java.math.BigInteger |
getTrusteeMuxedId()
Deprecated.
|
java.lang.String |
getTrustor()
Deprecated.
|
int |
hashCode()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
getCreatedAt, getId, getLinks, getPagingToken, getSourceAccount, getSourceAccountMuxed, getSourceAccountMuxedId, getTransaction, getTransactionHash, getTransactionSuccessful, getTypepublic AllowTrustOperationResponse(java.lang.String trustor,
java.lang.String trustee,
java.lang.String trusteeMuxed,
java.math.BigInteger trusteeMuxedId,
java.lang.String assetType,
java.lang.String assetCode,
java.lang.String assetIssuer,
java.lang.Boolean authorize,
java.lang.Boolean authorizeToMaintainLiabilities)
public Asset getAsset()
public java.lang.String getTrustor()
public java.lang.String getTrustee()
public java.lang.String getTrusteeMuxed()
public java.math.BigInteger getTrusteeMuxedId()
public java.lang.String getAssetType()
public java.lang.String getAssetCode()
public java.lang.String getAssetIssuer()
public java.lang.Boolean getAuthorize()
public java.lang.Boolean getAuthorizeToMaintainLiabilities()
public java.lang.String toString()
toString in class OperationResponsepublic boolean equals(java.lang.Object o)
equals in class OperationResponsepublic int hashCode()
hashCode in class OperationResponse