Uses of Class
com.tencentcloudapi.tcb.v20180608.models.ObjectKV
-
Packages that use ObjectKV Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of ObjectKV in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return ObjectKV Modifier and Type Method Description ObjectKVCloudBaseRunServerVersionItem. getUrlParam()Get url中的参数路径 注意:此字段可能返回 null,表示取不到有效值。ObjectKVCloudBaseRunVersionFlowItem. getUrlParam()Get 流量参数键值对(URL参数/HEADERS参数) 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type ObjectKV Modifier and Type Method Description voidCloudBaseRunServerVersionItem. setUrlParam(ObjectKV UrlParam)Set url中的参数路径 注意:此字段可能返回 null,表示取不到有效值。voidCloudBaseRunVersionFlowItem. setUrlParam(ObjectKV UrlParam)Set 流量参数键值对(URL参数/HEADERS参数) 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type ObjectKV Constructor Description ObjectKV(ObjectKV 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.
-