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