CspmMonitorJFrogOffering Class

public final class CspmMonitorJFrogOffering
extends CloudOffering

The CSPM (Cloud security posture management) monitoring for JFrog Artifactory offering.

Constructor Summary

Constructor Description
CspmMonitorJFrogOffering()

Creates an instance of CspmMonitorJFrogOffering class.

Method Summary

Modifier and Type Method and Description
static CspmMonitorJFrogOffering fromJson(JsonReader jsonReader)

Reads an instance of CspmMonitorJFrogOffering from the JsonReader.

OfferingType offeringType()

Get the offeringType property: The type of the security offering.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from CloudOffering

Methods inherited from java.lang.Object

Constructor Details

CspmMonitorJFrogOffering

public CspmMonitorJFrogOffering()

Creates an instance of CspmMonitorJFrogOffering class.

Method Details

fromJson

public static CspmMonitorJFrogOffering fromJson(JsonReader jsonReader)

Reads an instance of CspmMonitorJFrogOffering from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CspmMonitorJFrogOffering 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 CspmMonitorJFrogOffering.

offeringType

public OfferingType offeringType()

Get the offeringType property: The type of the security offering.

Overrides:

CspmMonitorJFrogOffering.offeringType()

Returns:

the offeringType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

CspmMonitorJFrogOffering.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

CspmMonitorJFrogOffering.validate()

Applies to