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