@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class AbstractParserTestResultLogEntry extends Object
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
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
AbstractParserTestResultLogEntry.Builder |
Constructor and Description |
---|
AbstractParserTestResultLogEntry(Map<String,String> extraInfoAttributes,
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) |
Set<String> |
get__explicitlySet__() |
Map<String,String> |
getExtraInfoAttributes()
extra info attributes
|
Map<String,String> |
getFieldNameValueMap()
field name value map
|
Map<String,String> |
getFieldPositionValueMap()
field position value map
|
Map<String,String> |
getFields()
fields
|
String |
getLogEntry()
log entry
|
String |
getMatchStatus()
match status
|
String |
getMatchStatusDescription()
match status description
|
int |
hashCode() |
AbstractParserTestResultLogEntry.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"extraInfoAttributes","fieldNameValueMap","fieldPositionValueMap","fields","logEntry","matchStatus","matchStatusDescription"}) @Deprecated public AbstractParserTestResultLogEntry(Map<String,String> extraInfoAttributes, 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> getFieldPositionValueMap()
field position value map
public String getLogEntry()
log entry
public String getMatchStatus()
match status
public String getMatchStatusDescription()
match status description
Copyright © 2016–2021. All rights reserved.