类 ProgramMultyAssetValue
- java.lang.Object
-
- io.nuls.v2.model.dto.ProgramMultyAssetValue
-
public class ProgramMultyAssetValue extends Object
-
-
构造器概要
构造器 构造器 说明 ProgramMultyAssetValue()ProgramMultyAssetValue(BigInteger value, String nonce, int assetChainId, int assetId)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetAssetChainId()intgetAssetId()StringgetNonce()BigIntegergetValue()voidsetAssetChainId(int assetChainId)voidsetAssetId(int assetId)voidsetNonce(String nonce)voidsetValue(BigInteger value)
-
-
-
构造器详细资料
-
ProgramMultyAssetValue
public ProgramMultyAssetValue()
-
ProgramMultyAssetValue
public ProgramMultyAssetValue(BigInteger value, String nonce, int assetChainId, int assetId)
-
-
方法详细资料
-
getNonce
public String getNonce()
-
setNonce
public void setNonce(String nonce)
-
getValue
public BigInteger getValue()
-
setValue
public void setValue(BigInteger value)
-
getAssetChainId
public int getAssetChainId()
-
setAssetChainId
public void setAssetChainId(int assetChainId)
-
getAssetId
public int getAssetId()
-
setAssetId
public void setAssetId(int assetId)
-
-