Package io.meeds.tenant.hub.model
Class BlockchainHubReport
java.lang.Object
org.web3j.abi.datatypes.Array<T>
org.web3j.abi.datatypes.StaticArray<org.web3j.abi.datatypes.Type>
org.web3j.abi.datatypes.StaticStruct
io.meeds.tenant.hub.model.BlockchainHubReport
- All Implemented Interfaces:
org.web3j.abi.datatypes.StructType,org.web3j.abi.datatypes.Type<List<org.web3j.abi.datatypes.Type>>
public class BlockchainHubReport
extends org.web3j.abi.datatypes.StaticStruct
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.web3j.abi.datatypes.StaticArray
MAX_SIZE_OF_STATIC_ARRAYFields inherited from class org.web3j.abi.datatypes.Array
valueFields inherited from interface org.web3j.abi.datatypes.Type
MAX_BIT_LENGTH, MAX_BYTE_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionBlockchainHubReport(String hub, BigInteger usersCount, BigInteger recipientsCount, BigInteger participantsCount, BigInteger achievementsCount, BigInteger amount, String tokenAddress, BigInteger tokenChainId, BigInteger fromDate, BigInteger toDate) BlockchainHubReport(org.web3j.abi.datatypes.Address hub, org.web3j.abi.datatypes.generated.Uint256 usersCount, org.web3j.abi.datatypes.generated.Uint256 recipientsCount, org.web3j.abi.datatypes.generated.Uint256 participantsCount, org.web3j.abi.datatypes.generated.Uint256 achievementsCount, org.web3j.abi.datatypes.generated.Uint256 amount, org.web3j.abi.datatypes.Address tokenAddress, org.web3j.abi.datatypes.generated.Uint256 tokenChainId, org.web3j.abi.datatypes.generated.Uint256 fromDate, org.web3j.abi.datatypes.generated.Uint256 toDate) -
Method Summary
Methods inherited from class org.web3j.abi.datatypes.StaticStruct
getTypeAsStringMethods inherited from class org.web3j.abi.datatypes.StaticArray
getValueMethods inherited from class org.web3j.abi.datatypes.Array
bytes32PaddedLength, equals, getComponentType, getNativeValueCopy, hashCode
-
Field Details
-
hub
-
usersCount
-
recipientsCount
-
participantsCount
-
achievementsCount
-
amount
-
tokenAddress
-
tokenChainId
-
fromDate
-
toDate
-
-
Constructor Details
-
BlockchainHubReport
public BlockchainHubReport(String hub, BigInteger usersCount, BigInteger recipientsCount, BigInteger participantsCount, BigInteger achievementsCount, BigInteger amount, String tokenAddress, BigInteger tokenChainId, BigInteger fromDate, BigInteger toDate) -
BlockchainHubReport
public BlockchainHubReport(org.web3j.abi.datatypes.Address hub, org.web3j.abi.datatypes.generated.Uint256 usersCount, org.web3j.abi.datatypes.generated.Uint256 recipientsCount, org.web3j.abi.datatypes.generated.Uint256 participantsCount, org.web3j.abi.datatypes.generated.Uint256 achievementsCount, org.web3j.abi.datatypes.generated.Uint256 amount, org.web3j.abi.datatypes.Address tokenAddress, org.web3j.abi.datatypes.generated.Uint256 tokenChainId, org.web3j.abi.datatypes.generated.Uint256 fromDate, org.web3j.abi.datatypes.generated.Uint256 toDate)
-