public class NoticeInfoResult extends AbstractModel
Constructor and Description |
---|
NoticeInfoResult() |
NoticeInfoResult(NoticeInfoResult 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 |
getId()
Get 通知ID
|
LimitInfo[] |
getLimitInfos()
Get 额度信息
|
Long |
getNoticeType()
Get 通知开关信息
|
void |
setId(Long Id)
Set 通知ID
|
void |
setLimitInfos(LimitInfo[] LimitInfos)
Set 额度信息
|
void |
setNoticeType(Long NoticeType)
Set 通知开关信息
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public NoticeInfoResult()
public NoticeInfoResult(NoticeInfoResult source)
public Long getId()
public void setId(Long Id)
Id
- 通知IDpublic Long getNoticeType()
public void setNoticeType(Long NoticeType)
NoticeType
- 通知开关信息public LimitInfo[] getLimitInfos()
public void setLimitInfos(LimitInfo[] LimitInfos)
LimitInfos
- 额度信息Copyright © 2021. All rights reserved.