public class SaveOpenExternalLogRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
SaveOpenExternalLogRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SaveOpenExternalLogRequest |
build(Map<String,?> map) |
String |
getCorpId() |
String |
getLogSource() |
String |
getLogType() |
String |
getOpenExt() |
SaveOpenExternalLogRequest |
setCorpId(String corpId) |
SaveOpenExternalLogRequest |
setLogSource(String logSource) |
SaveOpenExternalLogRequest |
setLogType(String logType) |
SaveOpenExternalLogRequest |
setOpenExt(String openExt) |
@NameInMap(value="corpId") public String corpId
@NameInMap(value="logSource") public String logSource
@NameInMap(value="logType") public String logType
@NameInMap(value="openExt") public String openExt
public static SaveOpenExternalLogRequest build(Map<String,?> map) throws Exception
Exceptionpublic SaveOpenExternalLogRequest setCorpId(String corpId)
public String getCorpId()
public SaveOpenExternalLogRequest setLogSource(String logSource)
public String getLogSource()
public SaveOpenExternalLogRequest setLogType(String logType)
public String getLogType()
public SaveOpenExternalLogRequest setOpenExt(String openExt)
public String getOpenExt()
Copyright © 2023. All rights reserved.