public class MlsBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Mls>
Mls
instances.Mls
Constructor and Description |
---|
MlsBuilder() |
MlsBuilder(Mls base) |
Modifier and Type | Method and Description |
---|---|
MlsBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Mls>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Mls> augmentationValue) |
Mls |
build() |
Acl |
getAcl() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Mls>> |
getAugmentation(Class<E> augmentationType) |
Cef |
getCef() |
Flow |
getFlow() |
Ip |
getIp() |
MlsQosConf |
getMlsQosConf() |
Qos |
getQos() |
RateLimit |
getRateLimit() |
Verify |
getVerify() |
MlsBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Mls>> augmentationType) |
MlsBuilder |
setAcl(Acl value) |
MlsBuilder |
setCef(Cef value) |
MlsBuilder |
setFlow(Flow value) |
MlsBuilder |
setIp(Ip value) |
MlsBuilder |
setMlsQosConf(MlsQosConf value) |
MlsBuilder |
setQos(Qos value) |
MlsBuilder |
setRateLimit(RateLimit value) |
MlsBuilder |
setVerify(Verify value) |
public MlsBuilder()
public MlsBuilder(Mls base)
public Acl getAcl()
public Cef getCef()
public Flow getFlow()
public Ip getIp()
public MlsQosConf getMlsQosConf()
public Qos getQos()
public RateLimit getRateLimit()
public Verify getVerify()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Mls>> E getAugmentation(Class<E> augmentationType)
public MlsBuilder setAcl(Acl value)
public MlsBuilder setCef(Cef value)
public MlsBuilder setFlow(Flow value)
public MlsBuilder setIp(Ip value)
public MlsBuilder setMlsQosConf(MlsQosConf value)
public MlsBuilder setQos(Qos value)
public MlsBuilder setRateLimit(RateLimit value)
public MlsBuilder setVerify(Verify value)
public MlsBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Mls>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Mls> augmentationValue)
public MlsBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Mls>> augmentationType)
Copyright © 2017 OpenDaylight. All rights reserved.