public class GetTrainingUsageOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetTrainingUsageOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
endTime |
protected java.lang.String |
startTime |
Modifier | Constructor and Description |
---|---|
protected |
GetTrainingUsageOptions(GetTrainingUsageOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
endTime()
Gets the endTime.
|
GetTrainingUsageOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
startTime()
Gets the startTime.
|
protected java.lang.String startTime
protected java.lang.String endTime
protected GetTrainingUsageOptions(GetTrainingUsageOptions.Builder builder)
public GetTrainingUsageOptions.Builder newBuilder()
public java.lang.String startTime()
The earliest day to include training events. Specify dates in YYYY-MM-DD format. If empty or not specified, the earliest training event is included.
public java.lang.String endTime()
The most recent day to include training events. Specify dates in YYYY-MM-DD format. All events for the day are included. If empty or not specified, the current day is used. Specify the same value as `start_time` to request events for a single day.