Uses of Class
com.tencentcloudapi.iecp.v20210914.models.ApplicationStatusInfo
-
Packages that use ApplicationStatusInfo Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of ApplicationStatusInfo in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return ApplicationStatusInfo Modifier and Type Method Description ApplicationStatusInfo[]DescribeEdgeUnitApplicationsResponse. getApplicationSet()Get 应用列表Methods in com.tencentcloudapi.iecp.v20210914.models with parameters of type ApplicationStatusInfo Modifier and Type Method Description voidDescribeEdgeUnitApplicationsResponse. setApplicationSet(ApplicationStatusInfo[] ApplicationSet)Set 应用列表Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type ApplicationStatusInfo Constructor Description ApplicationStatusInfo(ApplicationStatusInfo 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.
-