@Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public final class ValidatePatternDetails extends Object
Validate pattern using the expression and file list.
Note: Objects should always be created or deserialized using the ValidatePatternDetails.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 ValidatePatternDetails.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 |
ValidatePatternDetails.Builder |
Constructor and Description |
---|
ValidatePatternDetails(String expression,
List<String> checkFilePathList,
Integer checkFailureLimit)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ValidatePatternDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
Integer |
getCheckFailureLimit()
The maximum number of UNMATCHED files, in checkFilePathList, above which the check fails.
|
List<String> |
getCheckFilePathList()
List of file paths against which the expression can be tried, as a check.
|
String |
getExpression()
The expression used in the pattern that may include qualifiers.
|
int |
hashCode() |
ValidatePatternDetails.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"expression","checkFilePathList","checkFailureLimit"}) @Deprecated public ValidatePatternDetails(String expression, List<String> checkFilePathList, Integer checkFailureLimit)
public static ValidatePatternDetails.Builder builder()
Create a new builder.
public ValidatePatternDetails.Builder toBuilder()
public String getExpression()
The expression used in the pattern that may include qualifiers. Refer to the user documentation for details of the format and examples.
public List<String> getCheckFilePathList()
List of file paths against which the expression can be tried, as a check. This documents, for reference purposes, some example objects a pattern is meant to work with.
If provided with the request,this overrides the list which already exists as part of the pattern, if any.
public Integer getCheckFailureLimit()
The maximum number of UNMATCHED files, in checkFilePathList, above which the check fails. Optional, if checkFilePathList is provided.
If provided with the request, this overrides the value which already exists as part of the pattern, if any.
Copyright © 2016–2021. All rights reserved.