@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class TargetResponderRecipeSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary information for a target responder recipe.
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 TargetResponderRecipeSummary.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 |
TargetResponderRecipeSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
TargetResponderRecipeSummary(String id,
String compartmentId,
String responderRecipeId,
String displayName,
String description,
OwnerType owner,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
List<ResourceLock> locks)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TargetResponderRecipeSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
Compartment OCID
|
String |
getDescription()
Description of the responder recipe
|
String |
getDisplayName()
Display name of the responder recipe
|
String |
getId()
Unique identifier that can’t be changed after creation
|
String |
getLifecycleDetails()
A message describing the current state in more detail.
|
LifecycleState |
getLifecycleState()
The current lifecycle state of the example
|
List<ResourceLock> |
getLocks()
Locks associated with this resource.
|
OwnerType |
getOwner()
Owner of the responder recipe
|
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 last 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","locks"}) public TargetResponderRecipeSummary(String id, String compartmentId, String responderRecipeId, String displayName, String description, OwnerType owner, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, List<ResourceLock> locks)
public static TargetResponderRecipeSummary.Builder builder()
Create a new builder.
public TargetResponderRecipeSummary.Builder toBuilder()
public String getId()
Unique identifier that can’t be changed after creation
public String getCompartmentId()
Compartment OCID
public String getResponderRecipeId()
Unique identifier for responder recipe of which this is an extension
public String getDisplayName()
Display name of the responder recipe
public String getDescription()
Description of the responder recipe
public OwnerType getOwner()
Owner of the responder recipe
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 last updated. Format defined by RFC3339.
public LifecycleState getLifecycleState()
The current lifecycle 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 List<ResourceLock> getLocks()
Locks associated with this resource.
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.