Uses of Class
com.tencentcloudapi.cwp.v20180228.models.OrderModifyObject
-
Packages that use OrderModifyObject Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of OrderModifyObject in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return OrderModifyObject Modifier and Type Method Description OrderModifyObject
CreateLicenseOrderRequest. getModifyConfig()
Get 变配参数Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type OrderModifyObject Modifier and Type Method Description void
CreateLicenseOrderRequest. setModifyConfig(OrderModifyObject ModifyConfig)
Set 变配参数Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type OrderModifyObject Constructor Description OrderModifyObject(OrderModifyObject 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.
-