CefSolutionProperties Class

public final class CefSolutionProperties
extends ExternalSecuritySolutionProperties

The external security solution properties for CEF solutions.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: The solution properties (correspond to the solution kind).

String agent()

Get the agent property: The agent property.

String deviceType()

Get the deviceType property: The deviceType property.

String deviceVendor()

Get the deviceVendor property: The deviceVendor property.

static CefSolutionProperties fromJson(JsonReader jsonReader)

Reads an instance of CefSolutionProperties from the JsonReader.

String hostname()

Get the hostname property: The hostname property.

String lastEventReceived()

Get the lastEventReceived property: The lastEventReceived property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ConnectedWorkspace workspace()

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

Methods inherited from ExternalSecuritySolutionProperties

Methods inherited from java.lang.Object

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: The solution properties (correspond to the solution kind).

Overrides:

CefSolutionProperties.additionalProperties()

Returns:

the additionalProperties value.

agent

public String agent()

Get the agent property: The agent property.

Returns:

the agent value.

deviceType

public String deviceType()

Get the deviceType property: The deviceType property.

Overrides:

CefSolutionProperties.deviceType()

Returns:

the deviceType value.

deviceVendor

public String deviceVendor()

Get the deviceVendor property: The deviceVendor property.

Overrides:

CefSolutionProperties.deviceVendor()

Returns:

the deviceVendor value.

fromJson

public static CefSolutionProperties fromJson(JsonReader jsonReader)

Reads an instance of CefSolutionProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CefSolutionProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CefSolutionProperties.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

CefSolutionProperties.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

CefSolutionProperties.validate()

workspace

public ConnectedWorkspace workspace()

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

Overrides:

CefSolutionProperties.workspace()

Returns:

the workspace value.

Applies to