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