public class Rule extends AbstractModel
header, skipSign
Constructor and Description |
---|
Rule() |
Rule(Rule 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 |
---|---|
String |
getCreatedAt()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDataThreshold()
Get 用量类:用量阈值,单位MB
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeletedAt()
Get 删除时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDistance()
Get 移动距离阈值,单位KM
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDistrict()
Get 行政区类型:1.
|
String |
getEmail()
Get 邮箱
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getID()
Get 规则ID
|
Boolean |
getIsActive()
Get 是否激活
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLostDay()
Get 盲点阈值天数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 规则名称
|
Long |
getNotice()
Get 触发动作:1 邮件 2 API请求 5 停卡 6 地图标识为盲点
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSalePlan()
Get 绑定的资费计划
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSignalStrength()
Get 信号强度阈值(-dbm)
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getTagIDs()
Get 绑定的标签ID集合
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getType()
Get 规则类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdatedAt()
Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUrl()
Get 回调API地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatedAt(String CreatedAt)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDataThreshold(Long DataThreshold)
Set 用量类:用量阈值,单位MB
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeletedAt(String DeletedAt)
Set 删除时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDistance(Long Distance)
Set 移动距离阈值,单位KM
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDistrict(Long District)
Set 行政区类型:1.
|
void |
setEmail(String Email)
Set 邮箱
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setID(Long ID)
Set 规则ID
|
void |
setIsActive(Boolean IsActive)
Set 是否激活
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLostDay(Long LostDay)
Set 盲点阈值天数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 规则名称
|
void |
setNotice(Long Notice)
Set 触发动作:1 邮件 2 API请求 5 停卡 6 地图标识为盲点
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSalePlan(String SalePlan)
Set 绑定的资费计划
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSignalStrength(Long SignalStrength)
Set 信号强度阈值(-dbm)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTagIDs(Long[] TagIDs)
Set 绑定的标签ID集合
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
Set 规则类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdatedAt(String UpdatedAt)
Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUrl(String Url)
Set 回调API地址
注意:此字段可能返回 null,表示取不到有效值。
|
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 Rule()
public Rule(Rule source)
public String getName()
public void setName(String Name)
Name
- 规则名称public Long getID()
public void setID(Long ID)
ID
- 规则IDpublic String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- 更新时间
注意:此字段可能返回 null,表示取不到有效值。public String getDeletedAt()
public void setDeletedAt(String DeletedAt)
DeletedAt
- 删除时间
注意:此字段可能返回 null,表示取不到有效值。public Long getType()
public void setType(Long Type)
Type
- 规则类型
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsActive()
public void setIsActive(Boolean IsActive)
IsActive
- 是否激活
注意:此字段可能返回 null,表示取不到有效值。public Long getNotice()
public void setNotice(Long Notice)
Notice
- 触发动作:1 邮件 2 API请求 5 停卡 6 地图标识为盲点
注意:此字段可能返回 null,表示取不到有效值。public String getEmail()
public void setEmail(String Email)
Email
- 邮箱
注意:此字段可能返回 null,表示取不到有效值。public String getUrl()
public void setUrl(String Url)
Url
- 回调API地址
注意:此字段可能返回 null,表示取不到有效值。public Long getDataThreshold()
public void setDataThreshold(Long DataThreshold)
DataThreshold
- 用量类:用量阈值,单位MB
注意:此字段可能返回 null,表示取不到有效值。public Long getDistrict()
public void setDistrict(Long District)
District
- 行政区类型:1. 省份 2. 城市 3. 区
注意:此字段可能返回 null,表示取不到有效值。public Long getDistance()
public void setDistance(Long Distance)
Distance
- 移动距离阈值,单位KM
注意:此字段可能返回 null,表示取不到有效值。public Long getSignalStrength()
public void setSignalStrength(Long SignalStrength)
SignalStrength
- 信号强度阈值(-dbm)
注意:此字段可能返回 null,表示取不到有效值。public Long getLostDay()
public void setLostDay(Long LostDay)
LostDay
- 盲点阈值天数
注意:此字段可能返回 null,表示取不到有效值。public Long[] getTagIDs()
public void setTagIDs(Long[] TagIDs)
TagIDs
- 绑定的标签ID集合
注意:此字段可能返回 null,表示取不到有效值。public String getSalePlan()
public void setSalePlan(String SalePlan)
SalePlan
- 绑定的资费计划
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.