@Generated(value="org.jsonschema2pojo") public class Ssl extends Object implements Serializable
Constructor and Description |
---|
Ssl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getEnabled()
ssl enabled
|
String |
getKeyStore() |
String |
getKeyStorePassword() |
String |
getTrustStore() |
String |
getTrustStorePassword() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setEnabled(Boolean enabled)
ssl enabled
|
void |
setKeyStore(String keyStore) |
void |
setKeyStorePassword(String keyStorePassword) |
void |
setTrustStore(String trustStore) |
void |
setTrustStorePassword(String trustStorePassword) |
String |
toString() |
Ssl |
withAdditionalProperty(String name,
Object value) |
Ssl |
withEnabled(Boolean enabled) |
Ssl |
withKeyStore(String keyStore) |
Ssl |
withKeyStorePassword(String keyStorePassword) |
Ssl |
withTrustStore(String trustStore) |
Ssl |
withTrustStorePassword(String trustStorePassword) |
@BeanProperty(value="enabled") public Boolean getEnabled()
@BeanProperty(value="enabled") public void setEnabled(Boolean enabled)
enabled
- The enabled@BeanProperty(value="trustStore") public String getTrustStore()
@BeanProperty(value="trustStore") public void setTrustStore(String trustStore)
trustStore
- The trustStore@BeanProperty(value="trustStorePassword") public String getTrustStorePassword()
@BeanProperty(value="trustStorePassword") public void setTrustStorePassword(String trustStorePassword)
trustStorePassword
- The trustStorePassword@BeanProperty(value="keyStore") public String getKeyStore()
@BeanProperty(value="keyStore") public void setKeyStore(String keyStore)
keyStore
- The keyStore@BeanProperty(value="keyStorePassword") public String getKeyStorePassword()
@BeanProperty(value="keyStorePassword") public void setKeyStorePassword(String keyStorePassword)
keyStorePassword
- The keyStorePassword@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.