@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsConfigWorkRequest extends Object
LogAnalyticsConfigWorkRequest
Note: Objects should always be created or deserialized using the LogAnalyticsConfigWorkRequest.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 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 |
LogAnalyticsConfigWorkRequest.Builder |
static class |
LogAnalyticsConfigWorkRequest.LifecycleState
status
|
static class |
LogAnalyticsConfigWorkRequest.OperationType
operation type
|
| Constructor and Description |
|---|
LogAnalyticsConfigWorkRequest(String id,
String compartmentId,
LogAnalyticsConfigWorkRequest.OperationType operationType,
List<LogAnalyticsConfigWorkRequestPayload> payload,
Long percentComplete,
Date timeStarted,
Date timeAccepted,
Date timeFinished,
LogAnalyticsConfigWorkRequest.LifecycleState lifecycleState)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static LogAnalyticsConfigWorkRequest.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCompartmentId()
compartment id
|
String |
getId()
workrequest id
|
LogAnalyticsConfigWorkRequest.LifecycleState |
getLifecycleState()
status
|
LogAnalyticsConfigWorkRequest.OperationType |
getOperationType()
operation type
|
List<LogAnalyticsConfigWorkRequestPayload> |
getPayload()
list of log group summary objects
|
Long |
getPercentComplete()
percentage complete
|
Date |
getTimeAccepted()
when the work request was accepted
|
Date |
getTimeFinished()
when the work request finished
|
Date |
getTimeStarted()
when the work request was started
|
int |
hashCode() |
LogAnalyticsConfigWorkRequest.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","compartmentId","operationType","payload","percentComplete","timeStarted","timeAccepted","timeFinished","lifecycleState"}) @Deprecated public LogAnalyticsConfigWorkRequest(String id, String compartmentId, LogAnalyticsConfigWorkRequest.OperationType operationType, List<LogAnalyticsConfigWorkRequestPayload> payload, Long percentComplete, Date timeStarted, Date timeAccepted, Date timeFinished, LogAnalyticsConfigWorkRequest.LifecycleState lifecycleState)
public static LogAnalyticsConfigWorkRequest.Builder builder()
Create a new builder.
public LogAnalyticsConfigWorkRequest.Builder toBuilder()
public String getId()
workrequest id
public String getCompartmentId()
compartment id
public LogAnalyticsConfigWorkRequest.OperationType getOperationType()
operation type
public List<LogAnalyticsConfigWorkRequestPayload> getPayload()
list of log group summary objects
public Long getPercentComplete()
percentage complete
public Date getTimeStarted()
when the work request was started
public Date getTimeAccepted()
when the work request was accepted
public Date getTimeFinished()
when the work request finished
public LogAnalyticsConfigWorkRequest.LifecycleState getLifecycleState()
status
Copyright © 2016–2021. All rights reserved.