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()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()
-
builder
final static CardListResponse.SecurityPosture.Builder builder()
Returns a mutable builder for constructing an instance of SecurityPosture.
-
-
-
-