public class ProgramAlertCounts extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProgramAlertCounts() |
ProgramAlertCounts(ProgramAlertCounts 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.
|
Long |
getCount()
Get The number of occurrences
|
Long |
getLastModifiedTime()
Get Update time.
|
String |
getProgramId()
Get Program ID.
|
String |
getProgramName()
Get Program name.
|
void |
setCategory(String Category)
Set Alarm classification.
|
void |
setCount(Long Count)
Set The number of occurrences
|
void |
setLastModifiedTime(Long LastModifiedTime)
Set Update time.
|
void |
setProgramId(String ProgramId)
Set Program ID.
|
void |
setProgramName(String ProgramName)
Set Program name.
|
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 ProgramAlertCounts()
public ProgramAlertCounts(ProgramAlertCounts source)
public String getProgramId()
public void setProgramId(String ProgramId)
ProgramId
- Program ID.public String getProgramName()
public void setProgramName(String ProgramName)
ProgramName
- Program name.public String getCategory()
public void setCategory(String Category)
Category
- Alarm classification.public Long getCount()
public void setCount(Long Count)
Count
- The number of occurrencespublic Long getLastModifiedTime()
public void setLastModifiedTime(Long LastModifiedTime)
LastModifiedTime
- Update time.Copyright © 2025. All rights reserved.