@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class GetConsoleHistoryContentRequest extends BmcRequest
Modifier and Type | Class and Description |
---|---|
static class |
GetConsoleHistoryContentRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetConsoleHistoryContentRequest.Builder |
builder() |
String |
getInstanceConsoleHistoryId()
The OCID of the console history.
|
Integer |
getLength()
Length of the snapshot data to retrieve.
|
Integer |
getOffset()
Offset of the snapshot data to retrieve.
|
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static GetConsoleHistoryContentRequest.Builder builder()
public String getInstanceConsoleHistoryId()
The OCID of the console history.
public Integer getOffset()
Offset of the snapshot data to retrieve.
public Integer getLength()
Length of the snapshot data to retrieve.
Copyright © 2016–2020. All rights reserved.