Class AuditLogListResponse.LoginFailed.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.LoginFailed.BuilderA builder for LoginFailed.
-
-
Method Summary
-
-
Method Detail
-
errorCode
final AuditLogListResponse.LoginFailed.Builder errorCode(String errorCode)
The error code of the failure.
-
errorCode
final AuditLogListResponse.LoginFailed.Builder errorCode(JsonField<String> errorCode)
Sets Builder.errorCode to an arbitrary JSON value.
You should usually call Builder.errorCode with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
errorMessage
final AuditLogListResponse.LoginFailed.Builder errorMessage(String errorMessage)
The error message of the failure.
-
errorMessage
final AuditLogListResponse.LoginFailed.Builder errorMessage(JsonField<String> errorMessage)
Sets Builder.errorMessage to an arbitrary JSON value.
You should usually call Builder.errorMessage with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.LoginFailed.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.LoginFailed.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.LoginFailed.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.LoginFailed.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.LoginFailed.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.LoginFailed build()
Returns an immutable instance of LoginFailed.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-