public class RelatedSlsLogStoreRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
aliyunUserId |
Long |
codeupProjectId |
Boolean |
defaultViewer |
String |
organizationId |
String |
slsLogStore |
String |
slsProject |
| 构造器和说明 |
|---|
RelatedSlsLogStoreRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RelatedSlsLogStoreRequest |
build(Map<String,?> map) |
String |
getAliyunUserId() |
Long |
getCodeupProjectId() |
Boolean |
getDefaultViewer() |
String |
getOrganizationId() |
String |
getSlsLogStore() |
String |
getSlsProject() |
RelatedSlsLogStoreRequest |
setAliyunUserId(String aliyunUserId) |
RelatedSlsLogStoreRequest |
setCodeupProjectId(Long codeupProjectId) |
RelatedSlsLogStoreRequest |
setDefaultViewer(Boolean defaultViewer) |
RelatedSlsLogStoreRequest |
setOrganizationId(String organizationId) |
RelatedSlsLogStoreRequest |
setSlsLogStore(String slsLogStore) |
RelatedSlsLogStoreRequest |
setSlsProject(String slsProject) |
@NameInMap(value="OrganizationId") public String organizationId
@NameInMap(value="aliyunUserId") public String aliyunUserId
@NameInMap(value="codeupProjectId") public Long codeupProjectId
@NameInMap(value="defaultViewer") public Boolean defaultViewer
@NameInMap(value="slsLogStore") public String slsLogStore
@NameInMap(value="slsProject") public String slsProject
public static RelatedSlsLogStoreRequest build(Map<String,?> map) throws Exception
Exceptionpublic RelatedSlsLogStoreRequest setOrganizationId(String organizationId)
public String getOrganizationId()
public RelatedSlsLogStoreRequest setAliyunUserId(String aliyunUserId)
public String getAliyunUserId()
public RelatedSlsLogStoreRequest setCodeupProjectId(Long codeupProjectId)
public Long getCodeupProjectId()
public RelatedSlsLogStoreRequest setDefaultViewer(Boolean defaultViewer)
public Boolean getDefaultViewer()
public RelatedSlsLogStoreRequest setSlsLogStore(String slsLogStore)
public String getSlsLogStore()
public RelatedSlsLogStoreRequest setSlsProject(String slsProject)
public String getSlsProject()
Copyright © 2022. All rights reserved.