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