@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-07-23T08:29:06.952Z") public class Condition extends Object
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
Condition |
addHttpMethodsItem(String httpMethodsItem) |
Condition |
addScopeExpressionItem(String scopeExpressionItem) |
Condition |
addScopesItem(String scopesItem) |
Condition |
addTicketScopesItem(String ticketScopesItem) |
boolean |
equals(Object o) |
List<String> |
getHttpMethods()
Get httpMethods
|
List<String> |
getScopeExpression()
Get scopeExpression
|
List<String> |
getScopes()
Get scopes
|
List<String> |
getTicketScopes()
Get ticketScopes
|
int |
hashCode() |
Condition |
httpMethods(List<String> httpMethods) |
Condition |
scopeExpression(List<String> scopeExpression) |
Condition |
scopes(List<String> scopes) |
void |
setHttpMethods(List<String> httpMethods) |
void |
setScopeExpression(List<String> scopeExpression) |
void |
setScopes(List<String> scopes) |
void |
setTicketScopes(List<String> ticketScopes) |
Condition |
ticketScopes(List<String> ticketScopes) |
String |
toString() |
Copyright © 2021. All rights reserved.