Uses of Class
com.tencentcloudapi.cwp.v20180228.models.ExpertServiceOrderInfo
-
Packages that use ExpertServiceOrderInfo Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of ExpertServiceOrderInfo in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return ExpertServiceOrderInfo Modifier and Type Method Description ExpertServiceOrderInfo[]DescribeAvailableExpertServiceDetailResponse. getExpertService()Get 安全管家订单ExpertServiceOrderInfo[]DescribeExpertServiceOrderListResponse. getList()Get 订单列表Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type ExpertServiceOrderInfo Modifier and Type Method Description voidDescribeAvailableExpertServiceDetailResponse. setExpertService(ExpertServiceOrderInfo[] ExpertService)Set 安全管家订单voidDescribeExpertServiceOrderListResponse. setList(ExpertServiceOrderInfo[] List)Set 订单列表Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type ExpertServiceOrderInfo Constructor Description ExpertServiceOrderInfo(ExpertServiceOrderInfo 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.
-