@Generated(value="org.jsonschema2pojo") public class TokenRequestEndpoint extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Object |
NOT_FOUND_VALUE |
| Constructor and Description |
|---|
TokenRequestEndpoint() |
| 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) |
String |
getClientIdName() |
String |
getClientSecretName() |
URI |
getUrl()
(Required)
|
void |
set(String name,
Object value) |
void |
setClientIdName(String clientIdName) |
void |
setClientSecretName(String clientSecretName) |
void |
setUrl(URI url)
(Required)
|
protected static final Object NOT_FOUND_VALUE
public URI getUrl()
public void setUrl(URI url)
url - The urlpublic String getClientIdName()
public void setClientIdName(String clientIdName)
clientIdName - The clientIdNamepublic String getClientSecretName()
public void setClientSecretName(String clientSecretName)
clientSecretName - The clientSecretNameprotected Object declaredPropertyOrNotFound(String name, Object notFoundValue)
public <T> T get(String name)
Copyright © 2011–2016 Red Hat. All rights reserved.