Class LogAnalyticsConfigWorkRequestSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.LogAnalyticsConfigWorkRequestSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsConfigWorkRequestSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelLogAnalyticsConfigWorkRequestSummary
 Note: Objects should always be created or deserialized using theLogAnalyticsConfigWorkRequestSummary.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 LogAnalyticsConfigWorkRequestSummary.Builder, which maintain a set of all explicitly set fields calledLogAnalyticsConfigWorkRequestSummary.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 SummaryNested Classes Modifier and Type Class Description static classLogAnalyticsConfigWorkRequestSummary.Builderstatic classLogAnalyticsConfigWorkRequestSummary.LifecycleStateThe lifecycle status.static classLogAnalyticsConfigWorkRequestSummary.OperationTypeThe operation type
 - 
Constructor SummaryConstructors Constructor Description LogAnalyticsConfigWorkRequestSummary(String id, String compartmentId, LogAnalyticsConfigWorkRequestSummary.OperationType operationType, Long percentComplete, Date timeFinished, Date timeAccepted, LogAnalyticsConfigWorkRequestSummary.LifecycleState lifecycleState)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogAnalyticsConfigWorkRequestSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()The compartment unique identifier.StringgetId()The workrequest unique identifier.LogAnalyticsConfigWorkRequestSummary.LifecycleStategetLifecycleState()The lifecycle status.LogAnalyticsConfigWorkRequestSummary.OperationTypegetOperationType()The operation typeLonggetPercentComplete()The completion percentage.DategetTimeAccepted()The time at which the work request was accepted.DategetTimeFinished()The time at which the work request finished.inthashCode()LogAnalyticsConfigWorkRequestSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
LogAnalyticsConfigWorkRequestSummary@Deprecated @ConstructorProperties({"id","compartmentId","operationType","percentComplete","timeFinished","timeAccepted","lifecycleState"}) public LogAnalyticsConfigWorkRequestSummary(String id, String compartmentId, LogAnalyticsConfigWorkRequestSummary.OperationType operationType, Long percentComplete, Date timeFinished, Date timeAccepted, LogAnalyticsConfigWorkRequestSummary.LifecycleState lifecycleState) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static LogAnalyticsConfigWorkRequestSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic LogAnalyticsConfigWorkRequestSummary.Builder toBuilder() 
 - 
getIdpublic String getId() The workrequest unique identifier.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The compartment unique identifier.- Returns:
- the value
 
 - 
getOperationTypepublic LogAnalyticsConfigWorkRequestSummary.OperationType getOperationType() The operation type- Returns:
- the value
 
 - 
getPercentCompletepublic Long getPercentComplete() The completion percentage.- Returns:
- the value
 
 - 
getTimeFinishedpublic Date getTimeFinished() The time at which the work request finished.- Returns:
- the value
 
 - 
getTimeAcceptedpublic Date getTimeAccepted() The time at which the work request was accepted.- Returns:
- the value
 
 - 
getLifecycleStatepublic LogAnalyticsConfigWorkRequestSummary.LifecycleState getLifecycleState() The lifecycle status.Valid values are ACCEPTED, IN_PROGRESS, SUCCEEDED or FAILED. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-