@Generated(value="org.jsonschema2pojo") public class Implicit extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Object |
NOT_FOUND_VALUE |
| Constructor and Description |
|---|
Implicit() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
declaredProperty(String name,
Object value) |
protected Object |
declaredPropertyOrNotFound(String name,
Object notFoundValue) |
<T> T |
get(String name) |
LoginEndpoint |
getLoginEndpoint()
(Required)
|
String |
getTokenName() |
void |
set(String name,
Object value) |
void |
setLoginEndpoint(LoginEndpoint loginEndpoint)
(Required)
|
void |
setTokenName(String tokenName) |
protected static final Object NOT_FOUND_VALUE
public LoginEndpoint getLoginEndpoint()
public void setLoginEndpoint(LoginEndpoint loginEndpoint)
loginEndpoint - The loginEndpointpublic String getTokenName()
public void setTokenName(String tokenName)
tokenName - The tokenNameprotected Object declaredPropertyOrNotFound(String name, Object notFoundValue)
public <T> T get(String name)
Copyright © 2011–2015 Red Hat. All rights reserved.