Interface InstanceConnectionPointConfig
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator")
public interface InstanceConnectionPointConfig
extends org.opendaylight.yangtools.yang.binding.DataObject
Configuration data relating to a forwarding-instance connection point
This class represents the following YANG schema fragment defined in module openconfig-network-instance
grouping instance-connection-point-config { leaf connection-point-id { type string; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn connectionPointId, ornull
if it is not present.Class<? extends InstanceConnectionPointConfig>
default @NonNull String
Return connectionPointId, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends InstanceConnectionPointConfig> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getConnectionPointId
String getConnectionPointId()Return connectionPointId, ornull
if it is not present.An identifier for a connection point
- Returns:
String
connectionPointId, ornull
if it is not present.
-
requireConnectionPointId
Return connectionPointId, guaranteed to be non-null.An identifier for a connection point
- Returns:
String
connectionPointId, guaranteed to be non-null.- Throws:
NoSuchElementException
- if connectionPointId is not present
-