public class SetResellerUserAlarmThresholdRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
SetResellerUserAlarmThresholdRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SetResellerUserAlarmThresholdRequest |
build(Map<String,?> map) |
String |
getAlarmThresholds() |
String |
getAlarmType() |
Long |
getOwnerId() |
SetResellerUserAlarmThresholdRequest |
setAlarmThresholds(String alarmThresholds) |
SetResellerUserAlarmThresholdRequest |
setAlarmType(String alarmType) |
SetResellerUserAlarmThresholdRequest |
setOwnerId(Long ownerId) |
@NameInMap(value="AlarmThresholds") public String alarmThresholds
@NameInMap(value="AlarmType") public String alarmType
@NameInMap(value="OwnerId") public Long ownerId
public static SetResellerUserAlarmThresholdRequest build(Map<String,?> map) throws Exception
Exceptionpublic SetResellerUserAlarmThresholdRequest setAlarmThresholds(String alarmThresholds)
public String getAlarmThresholds()
public SetResellerUserAlarmThresholdRequest setAlarmType(String alarmType)
public String getAlarmType()
public SetResellerUserAlarmThresholdRequest setOwnerId(Long ownerId)
public Long getOwnerId()
Copyright © 2022. All rights reserved.