public class ModifyLogConfigRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
logType
The log type.
|
String |
securityToken |
String |
slsLogStore
The name of the Logstore in Log Service.
|
String |
slsProject
The name of the Log Service project.
|
| 构造器和说明 |
|---|
ModifyLogConfigRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifyLogConfigRequest |
build(Map<String,?> map) |
String |
getLogType() |
String |
getSecurityToken() |
String |
getSlsLogStore() |
String |
getSlsProject() |
ModifyLogConfigRequest |
setLogType(String logType) |
ModifyLogConfigRequest |
setSecurityToken(String securityToken) |
ModifyLogConfigRequest |
setSlsLogStore(String slsLogStore) |
ModifyLogConfigRequest |
setSlsProject(String slsProject) |
@NameInMap(value="LogType") public String logType
The log type. Valid values: **log** and **survey**.
@NameInMap(value="SecurityToken") public String securityToken
@NameInMap(value="SlsLogStore") public String slsLogStore
The name of the Logstore in Log Service.
@NameInMap(value="SlsProject") public String slsProject
The name of the Log Service project.
public static ModifyLogConfigRequest build(Map<String,?> map) throws Exception
Exceptionpublic ModifyLogConfigRequest setLogType(String logType)
public String getLogType()
public ModifyLogConfigRequest setSecurityToken(String securityToken)
public String getSecurityToken()
public ModifyLogConfigRequest setSlsLogStore(String slsLogStore)
public String getSlsLogStore()
public ModifyLogConfigRequest setSlsProject(String slsProject)
public String getSlsProject()
Copyright © 2023. All rights reserved.