Class LogAnalyticsConfigWorkRequest
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.LogAnalyticsConfigWorkRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsConfigWorkRequest extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelLogAnalyticsConfigWorkRequest
 Note: Objects should always be created or deserialized using theLogAnalyticsConfigWorkRequest.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 LogAnalyticsConfigWorkRequest.Builder, which maintain a set of all explicitly set fields calledLogAnalyticsConfigWorkRequest.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 classLogAnalyticsConfigWorkRequest.Builderstatic classLogAnalyticsConfigWorkRequest.LifecycleStateThe lifecycle status.static classLogAnalyticsConfigWorkRequest.OperationTypeThe operation type
 - 
Constructor SummaryConstructors Constructor Description LogAnalyticsConfigWorkRequest(String id, String compartmentId, LogAnalyticsConfigWorkRequest.OperationType operationType, List<LogAnalyticsConfigWorkRequestPayload> payload, Long percentComplete, Date timeStarted, Date timeAccepted, Date timeFinished, LogAnalyticsConfigWorkRequest.LifecycleState lifecycleState)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogAnalyticsConfigWorkRequest.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()The compartment unique identifier.StringgetId()The workrequest unique identifier.LogAnalyticsConfigWorkRequest.LifecycleStategetLifecycleState()The lifecycle status.LogAnalyticsConfigWorkRequest.OperationTypegetOperationType()The operation typeList<LogAnalyticsConfigWorkRequestPayload>getPayload()The list of config work request responses.LonggetPercentComplete()The completion percentage.DategetTimeAccepted()The time at which the work request was accepted.DategetTimeFinished()The time at which the work request was finished.DategetTimeStarted()The time at which the work request was started.inthashCode()LogAnalyticsConfigWorkRequest.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
LogAnalyticsConfigWorkRequest@Deprecated @ConstructorProperties({"id","compartmentId","operationType","payload","percentComplete","timeStarted","timeAccepted","timeFinished","lifecycleState"}) public LogAnalyticsConfigWorkRequest(String id, String compartmentId, LogAnalyticsConfigWorkRequest.OperationType operationType, List<LogAnalyticsConfigWorkRequestPayload> payload, Long percentComplete, Date timeStarted, Date timeAccepted, Date timeFinished, LogAnalyticsConfigWorkRequest.LifecycleState lifecycleState) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static LogAnalyticsConfigWorkRequest.Builder builder() Create a new builder.
 - 
toBuilderpublic LogAnalyticsConfigWorkRequest.Builder toBuilder() 
 - 
getIdpublic String getId() The workrequest unique identifier.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The compartment unique identifier.- Returns:
- the value
 
 - 
getOperationTypepublic LogAnalyticsConfigWorkRequest.OperationType getOperationType() The operation type- Returns:
- the value
 
 - 
getPayloadpublic List<LogAnalyticsConfigWorkRequestPayload> getPayload() The list of config work request responses.- Returns:
- the value
 
 - 
getPercentCompletepublic Long getPercentComplete() The completion percentage.- Returns:
- the value
 
 - 
getTimeStartedpublic Date getTimeStarted() The time at which the work request was started.- Returns:
- the value
 
 - 
getTimeAcceptedpublic Date getTimeAccepted() The time at which the work request was accepted.- Returns:
- the value
 
 - 
getTimeFinishedpublic Date getTimeFinished() The time at which the work request was finished.- Returns:
- the value
 
 - 
getLifecycleStatepublic LogAnalyticsConfigWorkRequest.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
 
 
- 
 
-