public class Params
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
action |
String |
authType |
String |
bodyType |
String |
method |
String |
pathname |
String |
protocol |
String |
reqBodyType |
String |
style |
String |
version |
| Constructor and Description |
|---|
Params() |
| Modifier and Type | Method and Description |
|---|---|
static Params |
build(Map<String,?> map) |
String |
getAction() |
String |
getAuthType() |
String |
getBodyType() |
String |
getMethod() |
String |
getPathname() |
String |
getProtocol() |
String |
getReqBodyType() |
String |
getStyle() |
String |
getVersion() |
Params |
setAction(String action) |
Params |
setAuthType(String authType) |
Params |
setBodyType(String bodyType) |
Params |
setMethod(String method) |
Params |
setPathname(String pathname) |
Params |
setProtocol(String protocol) |
Params |
setReqBodyType(String reqBodyType) |
Params |
setStyle(String style) |
Params |
setVersion(String version) |
@NameInMap(value="action") @Validation(required=true) public String action
@NameInMap(value="version") @Validation(required=true) public String version
@NameInMap(value="protocol") @Validation(required=true) public String protocol
@NameInMap(value="pathname") @Validation(required=true) public String pathname
@NameInMap(value="method") @Validation(required=true) public String method
@NameInMap(value="authType") @Validation(required=true) public String authType
@NameInMap(value="bodyType") @Validation(required=true) public String bodyType
@NameInMap(value="reqBodyType") @Validation(required=true) public String reqBodyType
@NameInMap(value="style") public String style
public String getAction()
public String getVersion()
public String getProtocol()
public String getPathname()
public String getMethod()
public String getAuthType()
public String getBodyType()
public String getReqBodyType()
public String getStyle()
Copyright © 2021. All rights reserved.