public class CreateRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateRuleRequest() |
CreateRuleRequest(CreateRuleRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getDataThreshold()
Get 用量阈值
|
Long |
getDistance()
Get 心跳移动距离阈值
|
Long |
getDistrict()
Get 行政区类型:1.
|
String |
getEmail()
Get 邮箱
|
Boolean |
getIsActive()
Get 是否激活
|
Long |
getLostDay()
Get 盲点时间阈值,天
|
String |
getName()
Get 自动化规则名称
|
Long |
getNotice()
Get 触发动作:1 邮件 2 API请求 3 微信 4 停卡 5 地图标识为盲点
|
String |
getSalePlan()
Get 资费计划
|
Long |
getSignalStrength()
Get 信号强度阈值
|
Long[] |
getTagIDs()
Get 标签ID集合
|
Long |
getType()
Get 规则类型:用量类(101 当月|102有效期内)、位置类(201行政区|202移动距离)、网络质量类(301网络盲点)
|
String |
getUrl()
Get 推送的API地址
|
void |
setDataThreshold(Long DataThreshold)
Set 用量阈值
|
void |
setDistance(Long Distance)
Set 心跳移动距离阈值
|
void |
setDistrict(Long District)
Set 行政区类型:1.
|
void |
setEmail(String Email)
Set 邮箱
|
void |
setIsActive(Boolean IsActive)
Set 是否激活
|
void |
setLostDay(Long LostDay)
Set 盲点时间阈值,天
|
void |
setName(String Name)
Set 自动化规则名称
|
void |
setNotice(Long Notice)
Set 触发动作:1 邮件 2 API请求 3 微信 4 停卡 5 地图标识为盲点
|
void |
setSalePlan(String SalePlan)
Set 资费计划
|
void |
setSignalStrength(Long SignalStrength)
Set 信号强度阈值
|
void |
setTagIDs(Long[] TagIDs)
Set 标签ID集合
|
void |
setType(Long Type)
Set 规则类型:用量类(101 当月|102有效期内)、位置类(201行政区|202移动距离)、网络质量类(301网络盲点)
|
void |
setUrl(String Url)
Set 推送的API地址
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateRuleRequest()
public CreateRuleRequest(CreateRuleRequest source)
public String getName()
public void setName(String Name)
Name
- 自动化规则名称public Long getType()
public void setType(Long Type)
Type
- 规则类型:用量类(101 当月|102有效期内)、位置类(201行政区|202移动距离)、网络质量类(301网络盲点)public Boolean getIsActive()
public void setIsActive(Boolean IsActive)
IsActive
- 是否激活public Long getNotice()
public void setNotice(Long Notice)
Notice
- 触发动作:1 邮件 2 API请求 3 微信 4 停卡 5 地图标识为盲点public String getEmail()
public void setEmail(String Email)
Email
- 邮箱public String getUrl()
public void setUrl(String Url)
Url
- 推送的API地址public Long getDataThreshold()
public void setDataThreshold(Long DataThreshold)
DataThreshold
- 用量阈值public Long getDistrict()
public void setDistrict(Long District)
District
- 行政区类型:1. 省份 2. 城市 3. 区public Long getDistance()
public void setDistance(Long Distance)
Distance
- 心跳移动距离阈值public Long getSignalStrength()
public void setSignalStrength(Long SignalStrength)
SignalStrength
- 信号强度阈值public Long getLostDay()
public void setLostDay(Long LostDay)
LostDay
- 盲点时间阈值,天public Long[] getTagIDs()
public void setTagIDs(Long[] TagIDs)
TagIDs
- 标签ID集合public String getSalePlan()
public void setSalePlan(String SalePlan)
SalePlan
- 资费计划Copyright © 2024. All rights reserved.