@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class TargetResponderRecipeSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary of ResponderRecipe
Note: Objects should always be created or deserialized using the TargetResponderRecipeSummary.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 TargetResponderRecipeSummary.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
TargetResponderRecipeSummary.Builder |
Constructor and Description |
---|
TargetResponderRecipeSummary(String id,
String compartmentId,
String responderRecipeId,
String displayName,
String description,
OwnerType owner,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TargetResponderRecipeSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
Compartment Identifier
|
String |
getDescription()
ResponderRecipe Description
|
String |
getDisplayName()
ResponderRecipe Identifier Name
|
String |
getId()
Unique identifier that is immutable on creation
|
String |
getLifecycleDetails()
A message describing the current state in more detail.
|
LifecycleState |
getLifecycleState()
The current state of the Example.
|
OwnerType |
getOwner()
Owner of ResponderRecipe
|
String |
getResponderRecipeId()
Unique identifier for Responder Recipe of which this is an extension
|
Date |
getTimeCreated()
The date and time the target responder recipe was created.
|
Date |
getTimeUpdated()
The date and time the target responder recipe was updated.
|
int |
hashCode() |
TargetResponderRecipeSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","compartmentId","responderRecipeId","displayName","description","owner","timeCreated","timeUpdated","lifecycleState","lifecycleDetails"}) public TargetResponderRecipeSummary(String id, String compartmentId, String responderRecipeId, String displayName, String description, OwnerType owner, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails)
public static TargetResponderRecipeSummary.Builder builder()
Create a new builder.
public TargetResponderRecipeSummary.Builder toBuilder()
public String getId()
Unique identifier that is immutable on creation
public String getCompartmentId()
Compartment Identifier
public String getResponderRecipeId()
Unique identifier for Responder Recipe of which this is an extension
public String getDisplayName()
ResponderRecipe Identifier Name
public String getDescription()
ResponderRecipe Description
public OwnerType getOwner()
Owner of ResponderRecipe
public Date getTimeCreated()
The date and time the target responder recipe was created. Format defined by RFC3339.
public Date getTimeUpdated()
The date and time the target responder recipe was updated. Format defined by RFC3339.
public LifecycleState getLifecycleState()
The current state of the Example.
public String getLifecycleDetails()
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
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–2023. All rights reserved.