类 ProgramMultyAssetValue


  • public class ProgramMultyAssetValue
    extends Object
    • 构造器详细资料

      • ProgramMultyAssetValue

        public ProgramMultyAssetValue()
      • ProgramMultyAssetValue

        public ProgramMultyAssetValue​(BigInteger value,
                                      String nonce,
                                      int assetChainId,
                                      int assetId)
    • 方法详细资料

      • getNonce

        public String getNonce()
      • setNonce

        public void setNonce​(String nonce)
      • 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)