@Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public final class ValidatePatternResult extends Object
Details regarding the validation of a pattern resource.
Note: Objects should always be created or deserialized using the ValidatePatternResult.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 ValidatePatternResult.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 |
ValidatePatternResult.Builder |
Constructor and Description |
---|
ValidatePatternResult(String message,
String status,
String expression,
List<DerivedLogicalEntities> derivedLogicalEntities)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ValidatePatternResult.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
List<DerivedLogicalEntities> |
getDerivedLogicalEntities()
Collection of logical entities derived from the expression applied to a list of file paths.
|
String |
getExpression()
The expression used in the pattern validation.
|
String |
getMessage()
The message from the pattern validation.
|
String |
getStatus()
The status returned from the pattern validation.
|
int |
hashCode() |
ValidatePatternResult.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"message","status","expression","derivedLogicalEntities"}) @Deprecated public ValidatePatternResult(String message, String status, String expression, List<DerivedLogicalEntities> derivedLogicalEntities)
public static ValidatePatternResult.Builder builder()
Create a new builder.
public ValidatePatternResult.Builder toBuilder()
public String getMessage()
The message from the pattern validation.
public String getStatus()
The status returned from the pattern validation.
public String getExpression()
The expression used in the pattern validation.
public List<DerivedLogicalEntities> getDerivedLogicalEntities()
Collection of logical entities derived from the expression applied to a list of file paths.
Copyright © 2016–2021. All rights reserved.