@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class ExtensionAdaptiveUser extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
This extension defines attributes to manage user’s risk score.
Note: Objects should always be created or deserialized using the ExtensionAdaptiveUser.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the ExtensionAdaptiveUser.Builder
, which maintain a
set of all explicitly set fields called ExtensionAdaptiveUser.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ExtensionAdaptiveUser.Builder |
static class |
ExtensionAdaptiveUser.RiskLevel
Risk Level
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ExtensionAdaptiveUser(ExtensionAdaptiveUser.RiskLevel riskLevel,
List<UserExtRiskScores> riskScores)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionAdaptiveUser.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
ExtensionAdaptiveUser.RiskLevel |
getRiskLevel()
Risk Level
|
List<UserExtRiskScores> |
getRiskScores()
The risk score pertaining to the user.
|
int |
hashCode() |
ExtensionAdaptiveUser.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"riskLevel","riskScores"}) public ExtensionAdaptiveUser(ExtensionAdaptiveUser.RiskLevel riskLevel, List<UserExtRiskScores> riskScores)
public static ExtensionAdaptiveUser.Builder builder()
Create a new builder.
public ExtensionAdaptiveUser.Builder toBuilder()
public ExtensionAdaptiveUser.RiskLevel getRiskLevel()
Risk Level
*Added In:** 18.1.6
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: request - type: string - uniqueness: none
public List<UserExtRiskScores> getRiskScores()
The risk score pertaining to the user.
*Added In:** 18.1.6
*SCIM++ Properties:** - caseExact: false - idcsCompositeKey: [value] - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.