@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class AbstractParserTestResultLogEntry extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
AbstractParserTestResultLogEntry
Note: Objects should always be created or deserialized using the AbstractParserTestResultLogEntry.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 AbstractParserTestResultLogEntry.Builder
, which maintain a
set of all explicitly set fields called AbstractParserTestResultLogEntry.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 |
AbstractParserTestResultLogEntry.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
AbstractParserTestResultLogEntry(Map<String,String> extraInfoAttributes,
Map<String,String> fieldMap,
Map<String,String> fieldNameValueMap,
Map<String,String> fieldPositionValueMap,
Map<String,String> fields,
String logEntry,
String matchStatus,
String matchStatusDescription)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AbstractParserTestResultLogEntry.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Map<String,String> |
getExtraInfoAttributes()
Extra information attributes.
|
Map<String,String> |
getFieldMap()
The field map.
|
Map<String,String> |
getFieldNameValueMap()
The field name value map.
|
Map<String,String> |
getFieldPositionValueMap()
The field position value map.
|
Map<String,String> |
getFields()
The parser fields.
|
String |
getLogEntry()
The log entry.
|
String |
getMatchStatus()
The match status.
|
String |
getMatchStatusDescription()
The match status description.
|
int |
hashCode() |
AbstractParserTestResultLogEntry.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"extraInfoAttributes","fieldMap","fieldNameValueMap","fieldPositionValueMap","fields","logEntry","matchStatus","matchStatusDescription"}) public AbstractParserTestResultLogEntry(Map<String,String> extraInfoAttributes, Map<String,String> fieldMap, Map<String,String> fieldNameValueMap, Map<String,String> fieldPositionValueMap, Map<String,String> fields, String logEntry, String matchStatus, String matchStatusDescription)
public static AbstractParserTestResultLogEntry.Builder builder()
Create a new builder.
public AbstractParserTestResultLogEntry.Builder toBuilder()
public Map<String,String> getExtraInfoAttributes()
Extra information attributes.
public Map<String,String> getFieldNameValueMap()
The field name value map.
public Map<String,String> getFieldPositionValueMap()
The field position value map.
public String getLogEntry()
The log entry.
public String getMatchStatus()
The match status.
public String getMatchStatusDescription()
The match status description.
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.