@Generated(value="OracleSDKGenerator", comments="API Version: 20230831") public final class ScheduledFleetSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary of Fleet part of the Schedule.
Note: Objects should always be created or deserialized using the ScheduledFleetSummary.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 ScheduledFleetSummary.Builder
, which maintain a
set of all explicitly set fields called ScheduledFleetSummary.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 |
ScheduledFleetSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ScheduledFleetSummary(String id,
String tenancyId,
String displayName,
Integer countOfAffectedResources,
Integer countOfAffectedTargets,
List<LifeCycleActionGroupType> actionGroupTypes,
List<String> applicationTypes,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ScheduledFleetSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<LifeCycleActionGroupType> |
getActionGroupTypes()
All ActionGroup Types part of the schedule.
|
List<String> |
getApplicationTypes()
All application types part of the schedule.
|
Integer |
getCountOfAffectedResources()
Count of Resources affected by the Schedule
|
Integer |
getCountOfAffectedTargets()
Count of Targets affected by the Schedule
|
String |
getDisplayName()
A user-friendly name.
|
String |
getId()
The OCID of the resource.
|
Map<String,Map<String,Object>> |
getSystemTags()
System tags for this resource.
|
String |
getTenancyId()
OCID of the tenancy to which the resource belongs to.
|
int |
hashCode() |
ScheduledFleetSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","tenancyId","displayName","countOfAffectedResources","countOfAffectedTargets","actionGroupTypes","applicationTypes","systemTags"}) public ScheduledFleetSummary(String id, String tenancyId, String displayName, Integer countOfAffectedResources, Integer countOfAffectedTargets, List<LifeCycleActionGroupType> actionGroupTypes, List<String> applicationTypes, Map<String,Map<String,Object>> systemTags)
public static ScheduledFleetSummary.Builder builder()
Create a new builder.
public ScheduledFleetSummary.Builder toBuilder()
public String getId()
The OCID of the resource.
public String getTenancyId()
OCID of the tenancy to which the resource belongs to.
public String getDisplayName()
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
public Integer getCountOfAffectedResources()
Count of Resources affected by the Schedule
public Integer getCountOfAffectedTargets()
Count of Targets affected by the Schedule
public List<LifeCycleActionGroupType> getActionGroupTypes()
All ActionGroup Types part of the schedule.
public List<String> getApplicationTypes()
All application types part of the schedule.
public Map<String,Map<String,Object>> getSystemTags()
System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
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.