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:
- 4.0
- Author:
- Frank Giordano
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZosLogParams.BuilderBuilder class for ZosLogParams
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<DirectionType>getDirection()Return direction type enum type.Optional<HardCopyType>getHardCopy()Return hard copy enum type.intgetQueryCount()Retrieve queryCount valueOptional<String>getStartTime()Return start time string value.Optional<String>getTimeRange()Return time range string value.booleanisProcessResponses()Is process response specified if so, handle JSON data differently?StringtoString()Return string value representing ZosLogParams object
-
-
-
Method Detail
-
getStartTime
public Optional<String> getStartTime()
Return start time string value.- Returns:
- String value
-
getHardCopy
public Optional<HardCopyType> getHardCopy()
Return hard copy enum type.- Returns:
- HardCopyType enum 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()
Is process response specified if so, handle JSON data differently?- Returns:
- boolean true or false
-
getQueryCount
public int getQueryCount()
Retrieve queryCount value- Returns:
- queryCount value
-
-