Class AuditLogListResponse.Actor.Session
-
- All Implemented Interfaces:
public final class AuditLogListResponse.Actor.SessionThe session in which the audit logged action was performed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.Actor.Session.BuilderA builder for Session.
public final classAuditLogListResponse.Actor.Session.UserThe user who performed the audit logged action.
-
Method Summary
Modifier and Type Method Description final Optional<String>ipAddress()The IP address from which the action was performed. final Optional<AuditLogListResponse.Actor.Session.User>user()The user who performed the audit logged action. final JsonField<String>_ipAddress()Returns the raw JSON value of ipAddress. final JsonField<AuditLogListResponse.Actor.Session.User>_user()Returns the raw JSON value of user. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.Actor.Session.BuildertoBuilder()final AuditLogListResponse.Actor.Sessionvalidate()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.Actor.Session.Builderbuilder()Returns a mutable builder for constructing an instance of Session. -
-
Method Detail
-
user
final Optional<AuditLogListResponse.Actor.Session.User> user()
The user who performed the audit logged action.
-
_ipAddress
final JsonField<String> _ipAddress()
Returns the raw JSON value of ipAddress.
Unlike ipAddress, this method doesn't throw if the JSON field has an unexpected type.
-
_user
final JsonField<AuditLogListResponse.Actor.Session.User> _user()
Returns the raw JSON value of user.
Unlike user, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.Actor.Session.Builder toBuilder()
-
validate
final AuditLogListResponse.Actor.Session 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.Actor.Session.Builder builder()
Returns a mutable builder for constructing an instance of Session.
-
-
-
-