@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsParserFunction extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
LogAnalyticsParserFunction
Note: Objects should always be created or deserialized using the LogAnalyticsParserFunction.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the LogAnalyticsParserFunction.Builder
, which maintain a
set of all explicitly set fields called LogAnalyticsParserFunction.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
LogAnalyticsParserFunction.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
LogAnalyticsParserFunction(LogAnalyticsParserMetaPlugin parserMetaPlugin,
Long parserFunctionId,
String parserFunctionName,
Boolean isEnabled,
Boolean isSystem,
Long parserId,
String parserName,
String parserMetaPluginName,
Long parserFunctionPriority,
List<LogAnalyticsParserFunctionParameter> parserFunctionParameters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsParserFunction.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Boolean |
getIsEnabled()
A flag inidcating whether or not the parser function is enabled.
|
Boolean |
getIsSystem()
The system flag.
|
Long |
getParserFunctionId()
The parser function unique identifier.
|
String |
getParserFunctionName()
The parser function internal name.
|
List<LogAnalyticsParserFunctionParameter> |
getParserFunctionParameters()
The parser function parameter list.
|
Long |
getParserFunctionPriority()
The parser function priority.
|
Long |
getParserId()
The associated parser unique identifier.
|
LogAnalyticsParserMetaPlugin |
getParserMetaPlugin() |
String |
getParserMetaPluginName()
The plugin internal name.
|
String |
getParserName()
The associated parser internal name.
|
int |
hashCode() |
LogAnalyticsParserFunction.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"parserMetaPlugin","parserFunctionId","parserFunctionName","isEnabled","isSystem","parserId","parserName","parserMetaPluginName","parserFunctionPriority","parserFunctionParameters"}) public LogAnalyticsParserFunction(LogAnalyticsParserMetaPlugin parserMetaPlugin, Long parserFunctionId, String parserFunctionName, Boolean isEnabled, Boolean isSystem, Long parserId, String parserName, String parserMetaPluginName, Long parserFunctionPriority, List<LogAnalyticsParserFunctionParameter> parserFunctionParameters)
public static LogAnalyticsParserFunction.Builder builder()
Create a new builder.
public LogAnalyticsParserFunction.Builder toBuilder()
public LogAnalyticsParserMetaPlugin getParserMetaPlugin()
public Long getParserFunctionId()
The parser function unique identifier.
public String getParserFunctionName()
The parser function internal name.
public Boolean getIsEnabled()
A flag inidcating whether or not the parser function is enabled.
public Boolean getIsSystem()
The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.
public Long getParserId()
The associated parser unique identifier.
public String getParserName()
The associated parser internal name.
public String getParserMetaPluginName()
The plugin internal name.
public Long getParserFunctionPriority()
The parser function priority.
public List<LogAnalyticsParserFunctionParameter> getParserFunctionParameters()
The parser function parameter list.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.