public static class Transaction.Action extends HashMap<String,Object>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Transaction.Action.ControlWithAccount
Represents a control action taken on a particular account.
|
static class |
Transaction.Action.ControlWithAddress
Represents a control action taken on a particular address.
|
static class |
Transaction.Action.ControlWithReceiver
Use this action to pay assets into a
Receiver. |
static class |
Transaction.Action.Issue
Represents an issuance action.
|
static class |
Transaction.Action.Retire
Represents a retire action.
|
static class |
Transaction.Action.SpendFromAccount
Represents a spend action taken on a particular account.
|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
Action()
Default constructor initializes list and sets the client token.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Transaction.Action |
setParameter(String key,
Object value)
Sets a k,v parameter pair.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic Transaction.Action setParameter(String key, Object value)
key - the key on the parameter objectvalue - the corresponding valueCopyright © 2018. All rights reserved.