public class ExternalObjectInfo extends Object implements Serializable
The external object represents an object defined in a third party service that is corresponding with an internal object from FortiSIEM system.
In current release, only two types of FortiSIEM objects defined in ObjectType
are supported.
Constructor and Description |
---|
ExternalObjectInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getInternalObjectId() |
String |
getObjectId() |
ObjectType |
getObjectType() |
String |
getOrganizationName() |
void |
setInternalObjectId(String internalObjectId) |
void |
setObjectId(String objectId) |
void |
setObjectType(ObjectType objectType)
Set the object type that this information is refer to for integration.
|
void |
setOrganizationName(String organizationName)
set the organization name that does the integration with FortiSIEM System.
|
public void setObjectType(ObjectType objectType)
objectType
- the integrated object typeObjectType
public ObjectType getObjectType()
ObjectType
public void setOrganizationName(String organizationName)
organizationName
- The organization namepublic String getOrganizationName()
public void setObjectId(String objectId)
objectId
- the object identifier within the third party system for representing integrated FortiSIEM object.public String getObjectId()
public String getInternalObjectId()
public void setInternalObjectId(String internalObjectId)
internalObjectId
- set the object identifier within FortiSIEM System.Copyright © 2019. All rights reserved.