public class GetPrefixShardRoleInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<GetPrefixShardRoleInput>
GetPrefixShardRoleInputBuilder instances.GetPrefixShardRoleInputBuilder| Constructor and Description |
|---|
GetPrefixShardRoleInputBuilder() |
GetPrefixShardRoleInputBuilder(GetPrefixShardRoleInput base) |
| Modifier and Type | Method and Description |
|---|---|
GetPrefixShardRoleInputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetPrefixShardRoleInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<GetPrefixShardRoleInput> augmentationValue) |
<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GetPrefixShardRoleInput>> |
augmentation(Class<E$$> augmentationType) |
GetPrefixShardRoleInput |
build() |
DataStoreType |
getDataStoreType() |
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> |
getShardPrefix() |
GetPrefixShardRoleInputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetPrefixShardRoleInput>> augmentationType) |
GetPrefixShardRoleInputBuilder |
setDataStoreType(DataStoreType value) |
GetPrefixShardRoleInputBuilder |
setShardPrefix(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> value) |
public GetPrefixShardRoleInputBuilder()
public GetPrefixShardRoleInputBuilder(GetPrefixShardRoleInput base)
public DataStoreType getDataStoreType()
public org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getShardPrefix()
public <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GetPrefixShardRoleInput>> E$$ augmentation(Class<E$$> augmentationType)
public GetPrefixShardRoleInputBuilder setDataStoreType(DataStoreType value)
public GetPrefixShardRoleInputBuilder setShardPrefix(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> value)
public GetPrefixShardRoleInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetPrefixShardRoleInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<GetPrefixShardRoleInput> augmentationValue)
public GetPrefixShardRoleInputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetPrefixShardRoleInput>> augmentationType)
public GetPrefixShardRoleInput build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<GetPrefixShardRoleInput,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.