Class AuditLogListResponse.IpAllowlistConfigActivated
-
- All Implemented Interfaces:
public final class AuditLogListResponse.IpAllowlistConfigActivatedThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.IpAllowlistConfigActivated.BuilderA builder for IpAllowlistConfigActivated.
public final classAuditLogListResponse.IpAllowlistConfigActivated.Config
-
Method Summary
Modifier and Type Method Description final Optional<List<AuditLogListResponse.IpAllowlistConfigActivated.Config>>configs()The configurations that were activated. final JsonField<List<AuditLogListResponse.IpAllowlistConfigActivated.Config>>_configs()Returns the raw JSON value of configs. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.IpAllowlistConfigActivated.BuildertoBuilder()final AuditLogListResponse.IpAllowlistConfigActivatedvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuditLogListResponse.IpAllowlistConfigActivated.Builderbuilder()Returns a mutable builder for constructing an instance of IpAllowlistConfigActivated. -
-
Method Detail
-
configs
final Optional<List<AuditLogListResponse.IpAllowlistConfigActivated.Config>> configs()
The configurations that were activated.
-
_configs
final JsonField<List<AuditLogListResponse.IpAllowlistConfigActivated.Config>> _configs()
Returns the raw JSON value of configs.
Unlike configs, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.IpAllowlistConfigActivated.Builder toBuilder()
-
validate
final AuditLogListResponse.IpAllowlistConfigActivated 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 AuditLogListResponse.IpAllowlistConfigActivated.Builder builder()
Returns a mutable builder for constructing an instance of IpAllowlistConfigActivated.
-
-
-
-