CefSolutionProperties Class

public final class CefSolutionProperties
extends ExternalSecuritySolutionProperties

The external security solution properties for CEF solutions.

Constructor Summary

Constructor Description
CefSolutionProperties()

Creates an instance of CefSolutionProperties class.

Method Summary

Modifier and Type Method and Description
String agent()

Get the agent property: The agent property.

String hostname()

Get the hostname property: The hostname property.

String lastEventReceived()

Get the lastEventReceived property: The lastEventReceived property.

void validate()

Validates the instance.

CefSolutionProperties withAgent(String agent)

Set the agent property: The agent property.

CefSolutionProperties withDeviceType(String deviceType)

Set the deviceType property: The deviceType property.

CefSolutionProperties withDeviceVendor(String deviceVendor)

Set the deviceVendor property: The deviceVendor property.

CefSolutionProperties withHostname(String hostname)

Set the hostname property: The hostname property.

CefSolutionProperties withLastEventReceived(String lastEventReceived)

Set the lastEventReceived property: The lastEventReceived property.

CefSolutionProperties withWorkspace(ConnectedWorkspace workspace)

Set the workspace property: Represents an OMS workspace to which the solution is connected.

Methods inherited from ExternalSecuritySolutionProperties

Methods inherited from java.lang.Object

Constructor Details

CefSolutionProperties

public CefSolutionProperties()

Creates an instance of CefSolutionProperties class.

Method Details

agent

public String agent()

Get the agent property: The agent property.

Returns:

the agent value.

hostname

public String hostname()

Get the hostname property: The hostname property.

Returns:

the hostname value.

lastEventReceived

public String lastEventReceived()

Get the lastEventReceived property: The lastEventReceived property.

Returns:

the lastEventReceived value.

validate

public void validate()

Validates the instance.

Overrides:

CefSolutionProperties.validate()

withAgent

public CefSolutionProperties withAgent(String agent)

Set the agent property: The agent property.

Parameters:

agent - the agent value to set.

Returns:

the CefSolutionProperties object itself.

withDeviceType

public CefSolutionProperties withDeviceType(String deviceType)

Set the deviceType property: The deviceType property.

Overrides:

CefSolutionProperties.withDeviceType(String deviceType)

Parameters:

deviceType

withDeviceVendor

public CefSolutionProperties withDeviceVendor(String deviceVendor)

Set the deviceVendor property: The deviceVendor property.

Overrides:

CefSolutionProperties.withDeviceVendor(String deviceVendor)

Parameters:

deviceVendor

withHostname

public CefSolutionProperties withHostname(String hostname)

Set the hostname property: The hostname property.

Parameters:

hostname - the hostname value to set.

Returns:

the CefSolutionProperties object itself.

withLastEventReceived

public CefSolutionProperties withLastEventReceived(String lastEventReceived)

Set the lastEventReceived property: The lastEventReceived property.

Parameters:

lastEventReceived - the lastEventReceived value to set.

Returns:

the CefSolutionProperties object itself.

withWorkspace

public CefSolutionProperties withWorkspace(ConnectedWorkspace workspace)

Set the workspace property: Represents an OMS workspace to which the solution is connected.

Overrides:

CefSolutionProperties.withWorkspace(ConnectedWorkspace workspace)

Parameters:

workspace

Applies to