public class Action extends Object
| 构造器和说明 |
|---|
Action() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getAccountActionSeq() |
ActionTrace |
getActionTrace() |
Integer |
getBlockNum() |
String |
getBlockTime() |
Integer |
getGlobalActionSeq() |
void |
setAccountActionSeq(Integer accountActionSeq) |
void |
setActionTrace(ActionTrace actionTrace) |
void |
setBlockNum(Integer blockNum) |
void |
setBlockTime(String blockTime) |
void |
setGlobalActionSeq(Integer globalActionSeq) |
public Integer getAccountActionSeq()
public void setAccountActionSeq(Integer accountActionSeq)
public ActionTrace getActionTrace()
public void setActionTrace(ActionTrace actionTrace)
public Integer getBlockNum()
public void setBlockNum(Integer blockNum)
public String getBlockTime()
public void setBlockTime(String blockTime)
public Integer getGlobalActionSeq()
public void setGlobalActionSeq(Integer globalActionSeq)
Copyright © 2018. All rights reserved.