Class CardListResponse.SecurityPosture
-
- All Implemented Interfaces:
public final class CardListResponse.SecurityPosture
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardListResponse.SecurityPosture.BuilderA builder for SecurityPosture.
-
Method Summary
Modifier and Type Method Description final Optional<Boolean>attackMonitoring()final Optional<Boolean>modelScan()final JsonField<Boolean>_attackMonitoring()Returns the raw JSON value of attackMonitoring. final JsonField<Boolean>_modelScan()Returns the raw JSON value of modelScan. final Map<String, JsonValue>_additionalProperties()final CardListResponse.SecurityPosture.BuildertoBuilder()final CardListResponse.SecurityPosturevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CardListResponse.SecurityPosture.Builderbuilder()Returns a mutable builder for constructing an instance of SecurityPosture. -
-
Method Detail
-
attackMonitoring
final Optional<Boolean> attackMonitoring()
-
_attackMonitoring
final JsonField<Boolean> _attackMonitoring()
Returns the raw JSON value of attackMonitoring.
Unlike attackMonitoring, this method doesn't throw if the JSON field has an unexpected type.
-
_modelScan
final JsonField<Boolean> _modelScan()
Returns the raw JSON value of modelScan.
Unlike modelScan, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CardListResponse.SecurityPosture.Builder toBuilder()
-
validate
final CardListResponse.SecurityPosture validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static CardListResponse.SecurityPosture.Builder builder()
Returns a mutable builder for constructing an instance of SecurityPosture.
-
-
-
-