public class GetQualityFollowerRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
entityId |
String |
projectName |
| 构造器和说明 |
|---|
GetQualityFollowerRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetQualityFollowerRequest |
build(Map<String,?> map) |
Long |
getEntityId() |
String |
getProjectName() |
GetQualityFollowerRequest |
setEntityId(Long entityId) |
GetQualityFollowerRequest |
setProjectName(String projectName) |
@NameInMap(value="EntityId") public Long entityId
@NameInMap(value="ProjectName") public String projectName
public static GetQualityFollowerRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetQualityFollowerRequest setEntityId(Long entityId)
public Long getEntityId()
public GetQualityFollowerRequest setProjectName(String projectName)
public String getProjectName()
Copyright © 2021. All rights reserved.