Class GetTransactionDetailForUserRequest


  • public class GetTransactionDetailForUserRequest
    extends AbstractModel
    • Constructor Detail

      • GetTransactionDetailForUserRequest

        public GetTransactionDetailForUserRequest()
      • GetTransactionDetailForUserRequest

        public GetTransactionDetailForUserRequest​(GetTransactionDetailForUserRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getModule

        public String getModule()
        Get 模块名,固定字段:transaction
        Returns:
        Module 模块名,固定字段:transaction
      • setModule

        public void setModule​(String Module)
        Set 模块名,固定字段:transaction
        Parameters:
        Module - 模块名,固定字段:transaction
      • getOperation

        public String getOperation()
        Get 操作名,固定字段:transaction_detail_for_user
        Returns:
        Operation 操作名,固定字段:transaction_detail_for_user
      • setOperation

        public void setOperation​(String Operation)
        Set 操作名,固定字段:transaction_detail_for_user
        Parameters:
        Operation - 操作名,固定字段:transaction_detail_for_user
      • getClusterId

        public String getClusterId()
        Get 区块链网络ID,可在区块链网络详情或列表中获取
        Returns:
        ClusterId 区块链网络ID,可在区块链网络详情或列表中获取
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 区块链网络ID,可在区块链网络详情或列表中获取
        Parameters:
        ClusterId - 区块链网络ID,可在区块链网络详情或列表中获取
      • getGroupName

        public String getGroupName()
        Get 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称
        Returns:
        GroupName 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称
      • setGroupName

        public void setGroupName​(String GroupName)
        Set 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称
        Parameters:
        GroupName - 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称
      • getChannelName

        public String getChannelName()
        Get 业务所属通道名称,可在通道详情或列表中获取
        Returns:
        ChannelName 业务所属通道名称,可在通道详情或列表中获取
      • setChannelName

        public void setChannelName​(String ChannelName)
        Set 业务所属通道名称,可在通道详情或列表中获取
        Parameters:
        ChannelName - 业务所属通道名称,可在通道详情或列表中获取
      • getBlockId

        public Long getBlockId()
        Get 区块ID,通过GetInvokeTx接口可以获取交易所在的区块ID
        Returns:
        BlockId 区块ID,通过GetInvokeTx接口可以获取交易所在的区块ID
      • setBlockId

        public void setBlockId​(Long BlockId)
        Set 区块ID,通过GetInvokeTx接口可以获取交易所在的区块ID
        Parameters:
        BlockId - 区块ID,通过GetInvokeTx接口可以获取交易所在的区块ID
      • getTransactionId

        public String getTransactionId()
        Get 交易ID,需要查询的详情的交易ID
        Returns:
        TransactionId 交易ID,需要查询的详情的交易ID
      • setTransactionId

        public void setTransactionId​(String TransactionId)
        Set 交易ID,需要查询的详情的交易ID
        Parameters:
        TransactionId - 交易ID,需要查询的详情的交易ID