@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class ListParsersRequest extends BmcRequest<Void>
Example: Click here to see how to use ListParsersRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ListParsersRequest.Builder |
static class |
ListParsersRequest.IsSystem
Is system param of value (all, custom, sourceUsing)
|
static class |
ListParsersRequest.ParserType
parserType
|
static class |
ListParsersRequest.SortBy
sort by parser
|
static class |
ListParsersRequest.SortOrder
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
static class |
ListParsersRequest.SourceType
source type
|
Modifier and Type | Method and Description |
---|---|
static ListParsersRequest.Builder |
builder() |
Boolean |
getIsMatchAll()
isMatchAll
|
ListParsersRequest.IsSystem |
getIsSystem()
Is system param of value (all, custom, sourceUsing)
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getNamespaceName()
The Logging Analytics namespace used for the request.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
String |
getPage()
The page token representing the page at which to start retrieving results.
|
String |
getParserDisplayText()
search by parser display name or description
|
String |
getParserName()
parserName
|
ListParsersRequest.ParserType |
getParserType()
parserType
|
ListParsersRequest.SortBy |
getSortBy()
sort by parser
|
ListParsersRequest.SortOrder |
getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListParsersRequest.SourceType |
getSourceType()
source type
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListParsersRequest.Builder builder()
public String getNamespaceName()
The Logging Analytics namespace used for the request.
public Boolean getIsMatchAll()
isMatchAll
public ListParsersRequest.SourceType getSourceType()
source type
public String getParserName()
parserName
public String getParserDisplayText()
search by parser display name or description
public ListParsersRequest.ParserType getParserType()
parserType
public ListParsersRequest.IsSystem getIsSystem()
Is system param of value (all, custom, sourceUsing)
public Integer getLimit()
The maximum number of items to return.
public String getPage()
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
public ListParsersRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC
) or descending (DESC
).
public ListParsersRequest.SortBy getSortBy()
sort by parser
public String getOpcRequestId()
The client request ID for tracing.
Copyright © 2016–2021. All rights reserved.