@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class SanitizedJqlQuery extends Object
| Constructor and Description |
|---|
SanitizedJqlQuery() |
| Modifier and Type | Method and Description |
|---|---|
SanitizedJqlQuery |
accountId(String accountId) |
boolean |
equals(Object o) |
SanitizedJqlQuery |
errors(ErrorCollection errors) |
String |
getAccountId()
The account ID of the user for whom sanitization was performed.
|
ErrorCollection |
getErrors()
The list of errors.
|
String |
getInitialQuery()
The initial query.
|
String |
getSanitizedQuery()
The sanitized query, if there were no errors.
|
int |
hashCode() |
SanitizedJqlQuery |
initialQuery(String initialQuery) |
SanitizedJqlQuery |
sanitizedQuery(String sanitizedQuery) |
void |
setAccountId(String accountId) |
void |
setErrors(ErrorCollection errors) |
void |
setInitialQuery(String initialQuery) |
void |
setSanitizedQuery(String sanitizedQuery) |
String |
toString() |
public SanitizedJqlQuery accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public SanitizedJqlQuery errors(ErrorCollection errors)
public ErrorCollection getErrors()
public void setErrors(ErrorCollection errors)
public SanitizedJqlQuery initialQuery(String initialQuery)
public String getInitialQuery()
public void setInitialQuery(String initialQuery)
public SanitizedJqlQuery sanitizedQuery(String sanitizedQuery)
public String getSanitizedQuery()
public void setSanitizedQuery(String sanitizedQuery)
Copyright © 2011–2023 Everit Kft.. All rights reserved.