public class TlsBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Tls>
Tls instances.Tls| Constructor and Description |
|---|
TlsBuilder() |
TlsBuilder(Tls base) |
| Modifier and Type | Method and Description |
|---|---|
TlsBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tls>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Tls> augmentation) |
Tls |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Tls>> |
getAugmentation(Class<E> augmentationType) |
String |
getCertificatePassword() |
String |
getKeystore() |
String |
getKeystorePassword() |
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType |
getKeystorePathType() |
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType |
getKeystoreType() |
String |
getTruststore() |
String |
getTruststorePassword() |
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType |
getTruststorePathType() |
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType |
getTruststoreType() |
TlsBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tls>> augmentationType) |
TlsBuilder |
setCertificatePassword(String value) |
TlsBuilder |
setKeystore(String value) |
TlsBuilder |
setKeystorePassword(String value) |
TlsBuilder |
setKeystorePathType(org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType value) |
TlsBuilder |
setKeystoreType(org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType value) |
TlsBuilder |
setTruststore(String value) |
TlsBuilder |
setTruststorePassword(String value) |
TlsBuilder |
setTruststorePathType(org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType value) |
TlsBuilder |
setTruststoreType(org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType value) |
public TlsBuilder()
public TlsBuilder(Tls base)
public String getCertificatePassword()
public String getKeystore()
public String getKeystorePassword()
public org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType getKeystorePathType()
public org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType getKeystoreType()
public String getTruststore()
public String getTruststorePassword()
public org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType getTruststorePathType()
public org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType getTruststoreType()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Tls>> E getAugmentation(Class<E> augmentationType)
public TlsBuilder setCertificatePassword(String value)
public TlsBuilder setKeystore(String value)
public TlsBuilder setKeystorePassword(String value)
public TlsBuilder setKeystorePathType(org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType value)
public TlsBuilder setKeystoreType(org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType value)
public TlsBuilder setTruststore(String value)
public TlsBuilder setTruststorePassword(String value)
public TlsBuilder setTruststorePathType(org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType value)
public TlsBuilder setTruststoreType(org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType value)
public TlsBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tls>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Tls> augmentation)
public TlsBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tls>> augmentationType)
Copyright © 2016 OpenDaylight. All Rights Reserved.