@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class EmailContentMatchResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MATCHES |
static String |
SERIALIZED_NAME_PATTERN |
| Constructor and Description |
|---|
EmailContentMatchResult() |
| Modifier and Type | Method and Description |
|---|---|
EmailContentMatchResult |
addMatchesItem(String matchesItem) |
boolean |
equals(Object o) |
List<String> |
getMatches()
Get matches
|
String |
getPattern()
Get pattern
|
int |
hashCode() |
EmailContentMatchResult |
matches(List<String> matches) |
EmailContentMatchResult |
pattern(String pattern) |
void |
setMatches(List<String> matches) |
void |
setPattern(String pattern) |
String |
toString() |
public static final String SERIALIZED_NAME_MATCHES
public static final String SERIALIZED_NAME_PATTERN
public EmailContentMatchResult matches(List<String> matches)
public EmailContentMatchResult addMatchesItem(String matchesItem)
public EmailContentMatchResult pattern(String pattern)
public String getPattern()
public void setPattern(String pattern)
Copyright © 2021. All rights reserved.