public class CreateRetcodeAppRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateRetcodeAppRequest.CreateRetcodeAppRequestTags |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
regionId
The region ID.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
retcodeAppName
The name of the application that is monitored by Browser Monitoring.
|
String |
retcodeAppType
The site type.
|
List<CreateRetcodeAppRequest.CreateRetcodeAppRequestTags> |
tags
The list of tags.
|
| 构造器和说明 |
|---|
CreateRetcodeAppRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateRetcodeAppRequest |
build(Map<String,?> map) |
String |
getRegionId() |
String |
getResourceGroupId() |
String |
getRetcodeAppName() |
String |
getRetcodeAppType() |
List<CreateRetcodeAppRequest.CreateRetcodeAppRequestTags> |
getTags() |
CreateRetcodeAppRequest |
setRegionId(String regionId) |
CreateRetcodeAppRequest |
setResourceGroupId(String resourceGroupId) |
CreateRetcodeAppRequest |
setRetcodeAppName(String retcodeAppName) |
CreateRetcodeAppRequest |
setRetcodeAppType(String retcodeAppType) |
CreateRetcodeAppRequest |
setTags(List<CreateRetcodeAppRequest.CreateRetcodeAppRequestTags> tags) |
@NameInMap(value="RegionId") public String regionId
The region ID.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group. You can obtain the resource group ID in the Resource Management console.
example:rg-acfmxyexli2****
@NameInMap(value="RetcodeAppName") public String retcodeAppName
The name of the application that is monitored by Browser Monitoring.
This parameter is required.
example:SdkTest
@NameInMap(value="RetcodeAppType") public String retcodeAppType
The site type.
This parameter is required.
example:mini_dd
@NameInMap(value="Tags") public List<CreateRetcodeAppRequest.CreateRetcodeAppRequestTags> tags
The list of tags.
public static CreateRetcodeAppRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateRetcodeAppRequest setRegionId(String regionId)
public String getRegionId()
public CreateRetcodeAppRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public CreateRetcodeAppRequest setRetcodeAppName(String retcodeAppName)
public String getRetcodeAppName()
public CreateRetcodeAppRequest setRetcodeAppType(String retcodeAppType)
public String getRetcodeAppType()
public CreateRetcodeAppRequest setTags(List<CreateRetcodeAppRequest.CreateRetcodeAppRequestTags> tags)
public List<CreateRetcodeAppRequest.CreateRetcodeAppRequestTags> getTags()
Copyright © 2024. All rights reserved.