public class ProgramAlertInfos extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProgramAlertInfos() |
ProgramAlertInfos(ProgramAlertInfos 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 |
getCategory()
Get Alarm classification.
|
String |
getChannelId()
Get Channel ID.
|
String |
getChannelName()
Get Channel name.
|
Long |
getCode()
Get Alarm event code.
|
Long |
getLastModifiedTime()
Get Update time.
|
String |
getMessage()
Get Alarm message.
|
String |
getProgramId()
Get ProgramID.
|
String |
getProgramName()
Get ProgramName.
|
void |
setCategory(String Category)
Set Alarm classification.
|
void |
setChannelId(String ChannelId)
Set Channel ID.
|
void |
setChannelName(String ChannelName)
Set Channel name.
|
void |
setCode(Long Code)
Set Alarm event code.
|
void |
setLastModifiedTime(Long LastModifiedTime)
Set Update time.
|
void |
setMessage(String Message)
Set Alarm message.
|
void |
setProgramId(String ProgramId)
Set ProgramID.
|
void |
setProgramName(String ProgramName)
Set ProgramName.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProgramAlertInfos()
public ProgramAlertInfos(ProgramAlertInfos source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- Channel ID.public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName
- Channel name.public String getProgramId()
public void setProgramId(String ProgramId)
ProgramId
- ProgramID.public String getProgramName()
public void setProgramName(String ProgramName)
ProgramName
- ProgramName.public Long getCode()
public void setCode(Long Code)
Code
- Alarm event code.public String getCategory()
public void setCategory(String Category)
Category
- Alarm classification.public String getMessage()
public void setMessage(String Message)
Message
- Alarm message.public Long getLastModifiedTime()
public void setLastModifiedTime(Long LastModifiedTime)
LastModifiedTime
- Update time.Copyright © 2024. All rights reserved.