Uses of Class
com.tencentcloudapi.iecp.v20210914.models.FieldSort
-
Packages that use FieldSort Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of FieldSort in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return FieldSort Modifier and Type Method Description FieldSort[]DescribeApplicationsRequest. getSort()Get 仅支持对 DistributeTime 字段排序,ASC/DESCFieldSortDescribeConfigMapsRequest. getSort()Get Sort.Fileld填写CreateTime Sort.Order(ASC|DESC) 默认ASCFieldSort[]DescribeEdgeOperationLogsRequest. getSort()Get 排序字段FieldSort[]DescribeEdgeUnitApplicationsRequest. getSort()Get 字段排序 (Sort.Filed为:StartTime)FieldSortDescribeSecretsRequest. getSort()Get Sort.Field:CreateTime Sort.Order:ASC|DESCMethods in com.tencentcloudapi.iecp.v20210914.models with parameters of type FieldSort Modifier and Type Method Description voidDescribeApplicationsRequest. setSort(FieldSort[] Sort)Set 仅支持对 DistributeTime 字段排序,ASC/DESCvoidDescribeConfigMapsRequest. setSort(FieldSort Sort)Set Sort.Fileld填写CreateTime Sort.Order(ASC|DESC) 默认ASCvoidDescribeEdgeOperationLogsRequest. setSort(FieldSort[] Sort)Set 排序字段voidDescribeEdgeUnitApplicationsRequest. setSort(FieldSort[] Sort)Set 字段排序 (Sort.Filed为:StartTime)voidDescribeSecretsRequest. setSort(FieldSort Sort)Set Sort.Field:CreateTime Sort.Order:ASC|DESCConstructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type FieldSort Constructor Description FieldSort(FieldSort 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.
-