@Generated(value="org.jsonschema2pojo") public class TLSConfig extends Object
| Constructor and Description |
|---|
TLSConfig()
No args constructor for use in serialization
|
TLSConfig(String caCertificate,
String certificate,
String destinationCACertificate,
String key,
String termination) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCaCertificate()
provides the cert authority certificate contents
|
String |
getCertificate()
provides certificate contents
|
String |
getDestinationCACertificate()
provides the contents of the ca certificate of the final destination.
|
String |
getKey()
provides key file contents
|
String |
getTermination()
indicates termination type.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCaCertificate(String caCertificate)
provides the cert authority certificate contents
|
void |
setCertificate(String certificate)
provides certificate contents
|
void |
setDestinationCACertificate(String destinationCACertificate)
provides the contents of the ca certificate of the final destination.
|
void |
setKey(String key)
provides key file contents
|
void |
setTermination(String termination)
indicates termination type.
|
String |
toString() |
public String getCaCertificate()
public void setCaCertificate(String caCertificate)
caCertificate - The caCertificatepublic String getCertificate()
public void setCertificate(String certificate)
certificate - The certificatepublic String getDestinationCACertificate()
public void setDestinationCACertificate(String destinationCACertificate)
destinationCACertificate - The destinationCACertificatepublic String getKey()
public void setKey(String key)
key - The keypublic String getTermination()
public void setTermination(String termination)
termination - The terminationCopyright © 2011–2015 Red Hat. All rights reserved.