Package | Description |
---|---|
com.tencentcloudapi.weilingwith.v20230427.models |
Modifier and Type | Method and Description |
---|---|
ApiContent[] |
ApiInfo.getPathParams()
Get 路径参数
注意:此字段可能返回 null,表示取不到有效值。
|
ApiContent[] |
ApiInfo.getQueryParams()
Get query参数
注意:此字段可能返回 null,表示取不到有效值。
|
ApiContent[] |
ApiInfo.getRequestHeaders()
Get 请求头
注意:此字段可能返回 null,表示取不到有效值。
|
ApiContent[] |
ApiInfo.getResponseHeaders()
Get 响应头
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
ApiInfo.setPathParams(ApiContent[] PathParams)
Set 路径参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ApiInfo.setQueryParams(ApiContent[] QueryParams)
Set query参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ApiInfo.setRequestHeaders(ApiContent[] RequestHeaders)
Set 请求头
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ApiInfo.setResponseHeaders(ApiContent[] ResponseHeaders)
Set 响应头
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
ApiContent(ApiContent 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.
|
Copyright © 2024. All rights reserved.