@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsParserFunctionParameter extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
LogAnalyticsParserFunctionParameter
Note: Objects should always be created or deserialized using the LogAnalyticsParserFunctionParameter.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 LogAnalyticsParserFunctionParameter.Builder
, which maintain a
set of all explicitly set fields called LogAnalyticsParserFunctionParameter.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 |
LogAnalyticsParserFunctionParameter.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
LogAnalyticsParserFunctionParameter(Long parserFunctionId,
String parserFunctionParameterName,
Long parserFunctionParameterId,
String parserMetaPluginParameterName,
String parserMetaPluginParameterValue,
String parserName,
LogAnalyticsParserMetaPluginParameter parserMetaPluginParameter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsParserFunctionParameter.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Long |
getParserFunctionId()
The parser function unique identifier.
|
Long |
getParserFunctionParameterId()
The parameter unique identifier.
|
String |
getParserFunctionParameterName()
The internal name
|
LogAnalyticsParserMetaPluginParameter |
getParserMetaPluginParameter() |
String |
getParserMetaPluginParameterName()
The parameter internal name.
|
String |
getParserMetaPluginParameterValue()
The parameter value.
|
String |
getParserName()
The parser internal name.
|
int |
hashCode() |
LogAnalyticsParserFunctionParameter.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"parserFunctionId","parserFunctionParameterName","parserFunctionParameterId","parserMetaPluginParameterName","parserMetaPluginParameterValue","parserName","parserMetaPluginParameter"}) public LogAnalyticsParserFunctionParameter(Long parserFunctionId, String parserFunctionParameterName, Long parserFunctionParameterId, String parserMetaPluginParameterName, String parserMetaPluginParameterValue, String parserName, LogAnalyticsParserMetaPluginParameter parserMetaPluginParameter)
public static LogAnalyticsParserFunctionParameter.Builder builder()
Create a new builder.
public LogAnalyticsParserFunctionParameter.Builder toBuilder()
public Long getParserFunctionId()
The parser function unique identifier.
public String getParserFunctionParameterName()
The internal name
public Long getParserFunctionParameterId()
The parameter unique identifier.
public String getParserMetaPluginParameterName()
The parameter internal name.
public String getParserMetaPluginParameterValue()
The parameter value.
public String getParserName()
The parser internal name.
public LogAnalyticsParserMetaPluginParameter getParserMetaPluginParameter()
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.