| 限定符和类型 | 字段和说明 |
|---|---|
AccountID |
account |
Currency |
currency |
AccountID |
issuer |
static byte |
TYPE_ACCOUNT |
static int |
TYPE_ACCOUNT_CURRENCY |
static int |
TYPE_ACCOUNT_CURRENCY_ISSUER |
static byte |
TYPE_CURRENCY |
static byte |
TYPE_ISSUER |
static int |
VALID_TYPE_MASK |
| 构造器和说明 |
|---|
Hop() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PathSet.Hop |
fromJSONObject(org.json.JSONObject json) |
int |
getType() |
boolean |
hasAccount() |
boolean |
hasCurrency() |
boolean |
hasIssuer() |
void |
synthesizeType() |
org.json.JSONObject |
toJSONObject() |
public static byte TYPE_ACCOUNT
public static byte TYPE_CURRENCY
public static byte TYPE_ISSUER
public static final int TYPE_ACCOUNT_CURRENCY_ISSUER
public static final int TYPE_ACCOUNT_CURRENCY
public static int VALID_TYPE_MASK
public AccountID account
public AccountID issuer
public Currency currency
public boolean hasIssuer()
public boolean hasCurrency()
public boolean hasAccount()
public int getType()
public static PathSet.Hop fromJSONObject(org.json.JSONObject json)
public void synthesizeType()
public org.json.JSONObject toJSONObject()
Copyright © 2021. All rights reserved.