@Generated(value="OracleSDKGenerator", comments="API Version: 20190506") public final class CreateSkillCompositeEntityDetails extends CreateSkillEntityDetails
Properties that are required to create a skill composite entity.
Note: Objects should always be created or deserialized using the CreateSkillCompositeEntityDetails.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 CreateSkillCompositeEntityDetails.Builder
, which maintain a
set of all explicitly set fields called CreateSkillCompositeEntityDetails.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 |
CreateSkillCompositeEntityDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
CreateSkillCompositeEntityDetails(String name,
List<EntityAttribute> attributes,
List<EntityAction> actions,
EntityNaturalLanguageMapping naturalLanguageMapping)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CreateSkillCompositeEntityDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<EntityAction> |
getActions()
List of entity actions.
|
List<EntityAttribute> |
getAttributes()
List of entity attributes.
|
EntityNaturalLanguageMapping |
getNaturalLanguageMapping() |
int |
hashCode() |
CreateSkillCompositeEntityDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getName
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public CreateSkillCompositeEntityDetails(String name, List<EntityAttribute> attributes, List<EntityAction> actions, EntityNaturalLanguageMapping naturalLanguageMapping)
public static CreateSkillCompositeEntityDetails.Builder builder()
Create a new builder.
public CreateSkillCompositeEntityDetails.Builder toBuilder()
public List<EntityAttribute> getAttributes()
List of entity attributes.
public List<EntityAction> getActions()
List of entity actions.
public EntityNaturalLanguageMapping getNaturalLanguageMapping()
public String toString()
toString
in class CreateSkillEntityDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class CreateSkillEntityDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class CreateSkillEntityDetails
public int hashCode()
hashCode
in class CreateSkillEntityDetails
Copyright © 2016–2024. All rights reserved.