AlertObjectVO Data Type
| name | data type | description |
|---|---|---|
| description | string | |
| alertObjectId | number | |
| objectId | number | |
| objectClass | string | |
| alertObjectDetailKey | string | |
| objectDetail | string | |
| typeDescriptionKey | string | |
| alertObjectClass | string | |
| alertObjectDescription | string | |
| objectDetailKey | string | |
| alertObjectNote | string | |
| typeDescription | string | |
| alertObjectLink | string | |
| id | number | |
| note | string | |
| alertObjectTypeDescriptionKey | string | |
| link | string |
Example
{
"description" : "...",
"alertObjectId" : 12345,
"objectId" : 12345,
"objectClass" : "...",
"alertObjectDetailKey" : "...",
"objectDetail" : "...",
"typeDescriptionKey" : "...",
"alertObjectClass" : "...",
"alertObjectDescription" : "...",
"objectDetailKey" : "...",
"alertObjectNote" : "...",
"typeDescription" : "...",
"alertObjectLink" : "...",
"id" : 12345,
"note" : "...",
"alertObjectTypeDescriptionKey" : "...",
"link" : "..."
}