public class CreateAppRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateAppRequest.CreateAppRequestAuthentication |
static class |
CreateAppRequest.CreateAppRequestAuthenticationBasicAuth |
static class |
CreateAppRequest.CreateAppRequestNetwork |
static class |
CreateAppRequest.CreateAppRequestNetworkWhiteIpGroup |
| 构造器和说明 |
|---|
CreateAppRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateAppRequest |
build(Map<String,?> map) |
String |
getAppName() |
CreateAppRequest.CreateAppRequestAuthentication |
getAuthentication() |
String |
getChargeType() |
String |
getDescription() |
List<CreateAppRequest.CreateAppRequestNetwork> |
getNetwork() |
String |
getRegionId() |
String |
getVersion() |
CreateAppRequest |
setAppName(String appName) |
CreateAppRequest |
setAuthentication(CreateAppRequest.CreateAppRequestAuthentication authentication) |
CreateAppRequest |
setChargeType(String chargeType) |
CreateAppRequest |
setDescription(String description) |
CreateAppRequest |
setNetwork(List<CreateAppRequest.CreateAppRequestNetwork> network) |
CreateAppRequest |
setRegionId(String regionId) |
CreateAppRequest |
setVersion(String version) |
@NameInMap(value="appName") public String appName
应用名
@NameInMap(value="authentication") public CreateAppRequest.CreateAppRequestAuthentication authentication
@NameInMap(value="chargeType") public String chargeType
@NameInMap(value="description") public String description
应用备注
@NameInMap(value="network") public List<CreateAppRequest.CreateAppRequestNetwork> network
@NameInMap(value="regionId") public String regionId
@NameInMap(value="version") public String version
public static CreateAppRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateAppRequest setAppName(String appName)
public String getAppName()
public CreateAppRequest setAuthentication(CreateAppRequest.CreateAppRequestAuthentication authentication)
public CreateAppRequest.CreateAppRequestAuthentication getAuthentication()
public CreateAppRequest setChargeType(String chargeType)
public String getChargeType()
public CreateAppRequest setDescription(String description)
public String getDescription()
public CreateAppRequest setNetwork(List<CreateAppRequest.CreateAppRequestNetwork> network)
public List<CreateAppRequest.CreateAppRequestNetwork> getNetwork()
public CreateAppRequest setRegionId(String regionId)
public String getRegionId()
public CreateAppRequest setVersion(String version)
public String getVersion()
Copyright © 2023. All rights reserved.