Class UserExtRiskScores
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.identitydomains.model.UserExtRiskScores
-
@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class UserExtRiskScores extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe 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
Note: Objects should always be created or deserialized using theUserExtRiskScores.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 theUserExtRiskScores.Builder, which maintain a set of all explicitly set fields calledUserExtRiskScores.Builder.__explicitlySet__. ThehashCode()andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserExtRiskScores.Builderstatic classUserExtRiskScores.RiskLevelRisk Level
-
Constructor Summary
Constructors Constructor Description UserExtRiskScores(String value, String ref, String source, String status, Integer score, UserExtRiskScores.RiskLevel riskLevel, String lastUpdateTimestamp)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserExtRiskScores.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetLastUpdateTimestamp()Last update timestamp for the risk scoreStringgetRef()Risk Provider Profile URI: URI that corresponds to risk source identifier.UserExtRiskScores.RiskLevelgetRiskLevel()Risk LevelIntegergetScore()Risk Score valueStringgetSource()Risk Provider Profile SourceStringgetStatus()Risk Provider Profile statusStringgetValue()Risk Provider Profile: Identifier for the provider service from which the risk score was received.inthashCode()UserExtRiskScores.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
UserExtRiskScores
@Deprecated @ConstructorProperties({"value","ref","source","status","score","riskLevel","lastUpdateTimestamp"}) public UserExtRiskScores(String value, String ref, String source, String status, Integer score, UserExtRiskScores.RiskLevel riskLevel, String lastUpdateTimestamp)
Deprecated.
-
-
Method Detail
-
builder
public static UserExtRiskScores.Builder builder()
Create a new builder.
-
toBuilder
public UserExtRiskScores.Builder toBuilder()
-
getValue
public String getValue()
Risk Provider Profile: Identifier for the provider service from which the risk score was received.*Added In:** 18.1.6
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none
- Returns:
- the value
-
getRef
public String getRef()
Risk Provider Profile URI: URI that corresponds to risk source identifier.*Added In:** 18.1.6
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: always - type: reference - uniqueness: none
- Returns:
- the value
-
getSource
public String getSource()
Risk Provider Profile Source*Added In:** 18.1.6
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
- Returns:
- the value
-
getStatus
public String getStatus()
Risk Provider Profile status*Added In:** 18.1.6
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
- Returns:
- the value
-
getScore
public Integer getScore()
Risk Score value*Added In:** 18.1.6
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: integer - uniqueness: none - idcsMaxValue: 100 - idcsMinValue: 0
- Returns:
- the value
-
getRiskLevel
public UserExtRiskScores.RiskLevel getRiskLevel()
Risk Level*Added In:** 18.1.6
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none
- Returns:
- the value
-
getLastUpdateTimestamp
public String getLastUpdateTimestamp()
Last update timestamp for the risk score*Added In:** 18.1.6
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: always - type: dateTime - uniqueness: none
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-