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