@Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public final class ProcessRecommendationDetails extends Object
Details of recommendation to be processed.
ProcessRecommendationDetails.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 ProcessRecommendationDetails.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
ProcessRecommendationDetails.Builder |
Constructor and Description |
---|
ProcessRecommendationDetails(String recommendationKey,
RecommendationStatus recommendationStatus,
Map<String,Map<String,String>> properties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ProcessRecommendationDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
Map<String,Map<String,String>> |
getProperties()
A map of maps that contains additional properties which are specific to the associated objects.
|
String |
getRecommendationKey()
Unique identifier of the recommendation.
|
RecommendationStatus |
getRecommendationStatus()
The status of a recommendation.
|
int |
hashCode() |
ProcessRecommendationDetails.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"recommendationKey","recommendationStatus","properties"}) public ProcessRecommendationDetails(String recommendationKey, RecommendationStatus recommendationStatus, Map<String,Map<String,String>> properties)
public static ProcessRecommendationDetails.Builder builder()
Create a new builder.
public ProcessRecommendationDetails.Builder toBuilder()
public String getRecommendationKey()
Unique identifier of the recommendation.
public RecommendationStatus getRecommendationStatus()
The status of a recommendation.
public Map<String,Map<String,String>> getProperties()
A map of maps that contains additional properties which are specific to the associated objects.
Each associated object defines it’s set of required and optional properties.
Example: {
"DataEntity": {
"parentId": "entityId"
},
“Term”: {
“parentId”: “glossaryId”
}
}
Copyright © 2016–2022. All rights reserved.