@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsConfigWorkRequestSummary extends Object
LogAnalyticsConfigWorkRequestSummary
Note: Objects should always be created or deserialized using the LogAnalyticsConfigWorkRequestSummary.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 called
__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take
__explicitlySet__ into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null from unset null).
| Modifier and Type | Class and Description |
|---|---|
static class |
LogAnalyticsConfigWorkRequestSummary.Builder |
static class |
LogAnalyticsConfigWorkRequestSummary.LifecycleState
status
|
static class |
LogAnalyticsConfigWorkRequestSummary.OperationType
operation type
|
| Constructor and Description |
|---|
LogAnalyticsConfigWorkRequestSummary(String id,
String compartmentId,
LogAnalyticsConfigWorkRequestSummary.OperationType operationType,
Long percentComplete,
Date timeFinished,
Date timeAccepted,
LogAnalyticsConfigWorkRequestSummary.LifecycleState lifecycleState)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static LogAnalyticsConfigWorkRequestSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCompartmentId()
compartment id
|
String |
getId()
workrequest id
|
LogAnalyticsConfigWorkRequestSummary.LifecycleState |
getLifecycleState()
status
|
LogAnalyticsConfigWorkRequestSummary.OperationType |
getOperationType()
operation type
|
Long |
getPercentComplete()
percentage complete
|
Date |
getTimeAccepted()
when the work request accepted
|
Date |
getTimeFinished()
when the work request finished
|
int |
hashCode() |
LogAnalyticsConfigWorkRequestSummary.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","compartmentId","operationType","percentComplete","timeFinished","timeAccepted","lifecycleState"}) @Deprecated public LogAnalyticsConfigWorkRequestSummary(String id, String compartmentId, LogAnalyticsConfigWorkRequestSummary.OperationType operationType, Long percentComplete, Date timeFinished, Date timeAccepted, LogAnalyticsConfigWorkRequestSummary.LifecycleState lifecycleState)
public static LogAnalyticsConfigWorkRequestSummary.Builder builder()
Create a new builder.
public LogAnalyticsConfigWorkRequestSummary.Builder toBuilder()
public String getId()
workrequest id
public String getCompartmentId()
compartment id
public LogAnalyticsConfigWorkRequestSummary.OperationType getOperationType()
operation type
public Long getPercentComplete()
percentage complete
public Date getTimeFinished()
when the work request finished
public Date getTimeAccepted()
when the work request accepted
public LogAnalyticsConfigWorkRequestSummary.LifecycleState getLifecycleState()
status
Copyright © 2016–2021. All rights reserved.