Uses of Class
com.tencentcloudapi.tbaas.v20180416.models.Block
-
Packages that use Block Package Description com.tencentcloudapi.tbaas.v20180416.models -
-
Uses of Block in com.tencentcloudapi.tbaas.v20180416.models
Methods in com.tencentcloudapi.tbaas.v20180416.models that return Block Modifier and Type Method Description Block[]GetBlockListResponse. getBlockList()Get 区块列表Methods in com.tencentcloudapi.tbaas.v20180416.models with parameters of type Block Modifier and Type Method Description voidGetBlockListResponse. setBlockList(Block[] BlockList)Set 区块列表Constructors in com.tencentcloudapi.tbaas.v20180416.models with parameters of type Block Constructor Description Block(Block 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.
-