@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class ListLabelsRequest extends BmcRequest<Void>
Example: Click here to see how to use ListLabelsRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ListLabelsRequest.Builder |
static class |
ListLabelsRequest.IsSystem
The system value used for filtering.
|
static class |
ListLabelsRequest.LabelPriority
The label priority used for filtering.
|
static class |
ListLabelsRequest.LabelSortBy
The attribute used to sort the returned labels
|
static class |
ListLabelsRequest.SortOrder
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
Constructor and Description |
---|
ListLabelsRequest() |
Modifier and Type | Method and Description |
---|---|
static ListLabelsRequest.Builder |
builder()
Return a new builder for this request object.
|
boolean |
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal
to ‘this’.
|
Boolean |
getIsAliasPop()
A flag indicating whether or not return the aliases used by each label.
|
Boolean |
getIsCountPop()
A flag indicating whether or not to count the label usage per source and per rule.
|
ListLabelsRequest.IsSystem |
getIsSystem()
The system value used for filtering.
|
String |
getLabelDisplayText()
The label display text used for filtering.
|
String |
getLabelName()
The label name used for filtering.
|
ListLabelsRequest.LabelPriority |
getLabelPriority()
The label priority used for filtering.
|
ListLabelsRequest.LabelSortBy |
getLabelSortBy()
The attribute used to sort the returned labels
|
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.
|
ListLabelsRequest.SortOrder |
getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
ListLabelsRequest.Builder |
toBuilder()
Return an instance of
ListLabelsRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public String getNamespaceName()
The Logging Analytics namespace used for the request.
public String getLabelName()
The label name used for filtering. Only items with, or associated with, the specified label name will be returned.
public String getLabelDisplayText()
The label display text used for filtering. Only labels with the specified name or description will be returned.
public ListLabelsRequest.IsSystem getIsSystem()
The system value used for filtering. Only items with the specified system value will be returned. Valid values are built in, custom (for user defined items), or all (for all items, regardless of system value).
public ListLabelsRequest.LabelPriority getLabelPriority()
The label priority used for filtering. Only labels with the specified priority will be returned.
public Boolean getIsCountPop()
A flag indicating whether or not to count the label usage per source and per rule.
public Boolean getIsAliasPop()
A flag indicating whether or not return the aliases used by each label.
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 ListLabelsRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC
) or descending (DESC
).
public ListLabelsRequest.LabelSortBy getLabelSortBy()
The attribute used to sort the returned labels
public String getOpcRequestId()
The client request ID for tracing.
public ListLabelsRequest.Builder toBuilder()
Return an instance of ListLabelsRequest.Builder
that allows you to modify request properties.
ListLabelsRequest.Builder
that allows you to modify request properties.public static ListLabelsRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<Void>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<Void>
Copyright © 2016–2024. All rights reserved.