@Generated(value="OracleSDKGenerator", comments="API Version: 20180530") public final class InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails extends InstanceAgentCommandExecutionOutputContent
The execution output from a command when saved to an Object Storage URL.
Note: Objects should always be created or deserialized using the InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails.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 InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails.Builder |
InstanceAgentCommandExecutionOutputContent.OutputType
Constructor and Description |
---|
InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails(Integer exitCode,
String message,
String outputUri)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getOutputUri()
The Object Storage URL or pre-authenticated request (PAR) for the command output.
|
int |
hashCode() |
InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getExitCode, getMessage
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails(Integer exitCode, String message, String outputUri)
public static InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails.Builder builder()
Create a new builder.
public InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails.Builder toBuilder()
public String getOutputUri()
The Object Storage URL or pre-authenticated request (PAR) for the command output.
public String toString()
toString
in class InstanceAgentCommandExecutionOutputContent
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class InstanceAgentCommandExecutionOutputContent
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class InstanceAgentCommandExecutionOutputContent
public int hashCode()
hashCode
in class InstanceAgentCommandExecutionOutputContent
Copyright © 2016–2023. All rights reserved.