Package zowe.client.sdk.zoslogs.input
Class ZosLogParams
- java.lang.Object
-
- zowe.client.sdk.zoslogs.input.ZosLogParams
-
public class ZosLogParams extends Object
The z/OSMF log API parameters. See the z/OSMF REST API documentation for full details.- Version:
- 1.0
- Author:
- Frank Giordano
- See Also:
- IBM Reference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZosLogParams.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<DirectionType>getDirection()Return direction type enum type.Optional<String>getStartTime()Return start time string value.Optional<String>getTimeRange()Return time range string value.booleanisProcessResponses()Return process response boolean value.
-
-
-
Method Detail
-
getStartTime
public Optional<String> getStartTime()
Return start time string value.- Returns:
- String value
-
getDirection
public Optional<DirectionType> getDirection()
Return direction type enum type.- Returns:
- DirectionType enum type
-
getTimeRange
public Optional<String> getTimeRange()
Return time range string value.- Returns:
- string value
-
isProcessResponses
public boolean isProcessResponses()
Return process response boolean value.- Returns:
- boolean value
-
-