public class TlsBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Tls>
Tls instances.Tls| Constructor and Description |
|---|
TlsBuilder() |
TlsBuilder(Tls base) |
public TlsBuilder()
public TlsBuilder(Tls base)
public String getCertificatePassword()
public String getKeystore()
public String getKeystorePassword()
public PathType getKeystorePathType()
public StoreType getKeystoreType()
public String getTruststore()
public String getTruststorePassword()
public PathType getTruststorePathType()
public StoreType 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(PathType value)
public TlsBuilder setKeystoreType(StoreType value)
public TlsBuilder setTruststore(String value)
public TlsBuilder setTruststorePassword(String value)
public TlsBuilder setTruststorePathType(PathType value)
public TlsBuilder setTruststoreType(StoreType 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 © 2017 OpenDaylight. All rights reserved.