@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class InboxForwarderTestResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InboxForwarderTestResult.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_DOES_MATCH |
static String |
SERIALIZED_NAME_MATCHES |
Constructor and Description |
---|
InboxForwarderTestResult() |
Modifier and Type | Method and Description |
---|---|
InboxForwarderTestResult |
doesMatch(Boolean doesMatch) |
boolean |
equals(Object o) |
static InboxForwarderTestResult |
fromJson(String jsonString)
Create an instance of InboxForwarderTestResult given an JSON string
|
Boolean |
getDoesMatch()
Get doesMatch
|
Map<String,Boolean> |
getMatches()
Get matches
|
int |
hashCode() |
InboxForwarderTestResult |
matches(Map<String,Boolean> matches) |
InboxForwarderTestResult |
putMatchesItem(String key,
Boolean matchesItem) |
void |
setDoesMatch(Boolean doesMatch) |
void |
setMatches(Map<String,Boolean> matches) |
String |
toJson()
Convert an instance of InboxForwarderTestResult to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
public static final String SERIALIZED_NAME_MATCHES
public static final String SERIALIZED_NAME_DOES_MATCH
public InboxForwarderTestResult matches(Map<String,Boolean> matches)
public InboxForwarderTestResult putMatchesItem(String key, Boolean matchesItem)
public InboxForwarderTestResult doesMatch(Boolean doesMatch)
public void setDoesMatch(Boolean doesMatch)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to InboxForwarderTestResultpublic static InboxForwarderTestResult fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to InboxForwarderTestResultpublic String toJson()
Copyright © 2023. All rights reserved.