Class TenancyAttachmentDataPopulation
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.resourceanalytics.model.TenancyAttachmentDataPopulation
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20241031") public final class TenancyAttachmentDataPopulation extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelData population status for a monitored region in the tenancy.
Note: Objects should always be created or deserialized using theTenancyAttachmentDataPopulation.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 theTenancyAttachmentDataPopulation.Builder, which maintain a set of all explicitly set fields calledTenancyAttachmentDataPopulation.Builder.__explicitlySet__. ThehashCode()andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTenancyAttachmentDataPopulation.Builder
-
Constructor Summary
Constructors Constructor Description TenancyAttachmentDataPopulation(TenancyAttachment.DataPopulationStatus status, Date timeStarted, Date timeEnded, Integer inProgressCount, Integer succeededCount, Integer totalCount)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TenancyAttachmentDataPopulation.Builderbuilder()Create a new builder.booleanequals(Object o)IntegergetInProgressCount()The number of data population tasks currently in progress.TenancyAttachment.DataPopulationStatusgetStatus()The overall status of the data population from the monitored region of the tenancy.IntegergetSucceededCount()The number of data population tasks that have succeeded.DategetTimeEnded()The date and time the data population task completed, in the format defined by RFC 3339.DategetTimeStarted()The date and time the data population task was started, in the format defined by RFC 3339.IntegergetTotalCount()The total number of data population tasks.inthashCode()TenancyAttachmentDataPopulation.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
TenancyAttachmentDataPopulation
@Deprecated @ConstructorProperties({"status","timeStarted","timeEnded","inProgressCount","succeededCount","totalCount"}) public TenancyAttachmentDataPopulation(TenancyAttachment.DataPopulationStatus status, Date timeStarted, Date timeEnded, Integer inProgressCount, Integer succeededCount, Integer totalCount)
Deprecated.
-
-
Method Detail
-
builder
public static TenancyAttachmentDataPopulation.Builder builder()
Create a new builder.
-
toBuilder
public TenancyAttachmentDataPopulation.Builder toBuilder()
-
getStatus
public TenancyAttachment.DataPopulationStatus getStatus()
The overall status of the data population from the monitored region of the tenancy.- Returns:
- the value
-
getTimeStarted
public Date getTimeStarted()
The date and time the data population task was started, in the format defined by RFC 3339.Example: 2016-08-25T21:10:29.600Z
- Returns:
- the value
-
getTimeEnded
public Date getTimeEnded()
The date and time the data population task completed, in the format defined by RFC 3339.Example: 2016-08-25T21:10:29.600Z
- Returns:
- the value
-
getInProgressCount
public Integer getInProgressCount()
The number of data population tasks currently in progress.- Returns:
- the value
-
getSucceededCount
public Integer getSucceededCount()
The number of data population tasks that have succeeded.- Returns:
- the value
-
getTotalCount
public Integer getTotalCount()
The total number of data population tasks.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-