Uses of Class
com.tencentcloudapi.iecp.v20210914.models.Sort
-
Packages that use Sort Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of Sort in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return Sort Modifier and Type Method Description Sort[]DescribeEdgeNodesRequest. getSort()Get 排序信息列表Methods in com.tencentcloudapi.iecp.v20210914.models with parameters of type Sort Modifier and Type Method Description voidDescribeEdgeNodesRequest. setSort(Sort[] Sort)Set 排序信息列表Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type Sort Constructor Description Sort(Sort 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.
-