Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927._switch.certificate.Subject
-
-
Uses of Subject in org.opendaylight.yang.gen.v1.urn.opendaylight.node.ssl.connection.error.service.rev190723.ssl.error
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.node.ssl.connection.error.service.rev190723.ssl.error that return Subject Modifier and Type Method Description Subject
SwitchCertificateBuilder. getSubject()
Return current value associated with the property corresponding toSwitchCertificate.getSubject()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.node.ssl.connection.error.service.rev190723.ssl.error with parameters of type Subject Modifier and Type Method Description SwitchCertificateBuilder
SwitchCertificateBuilder. setSubject(Subject value)
Set the property corresponding toSwitchCertificate.getSubject()
to the specified value. -
Uses of Subject in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927 that return Subject Modifier and Type Method Description Subject
SwitchCertificate. getSubject()
Return subject, ornull
if it is not present. -
Uses of Subject in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927._switch.certificate
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927._switch.certificate with type parameters of type Subject Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Subject>>
E$$SubjectBuilder. augmentation(Class<E$$> augmentationType)
Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927._switch.certificate that return Subject Modifier and Type Method Description @NonNull Subject
SubjectBuilder. build()
A newSubject
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927._switch.certificate that return types with arguments of type Subject Modifier and Type Method Description default Class<Subject>
Subject. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927._switch.certificate with parameters of type Subject Modifier and Type Method Description static boolean
Subject. bindingEquals(@NonNull Subject thisObj, Object obj)
Default implementation ofObject.equals(Object)
contract for this interface.static int
Subject. bindingHashCode(@NonNull Subject obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
Subject. bindingToString(@NonNull Subject obj)
Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927._switch.certificate with type arguments of type Subject Modifier and Type Method Description SubjectBuilder
SubjectBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Subject> augmentation)
Add an augmentation to this builder's product.SubjectBuilder
SubjectBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Subject>> augmentationType)
Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927._switch.certificate with parameters of type Subject Constructor Description SubjectBuilder(Subject base)
Construct a builder initialized with state from specifiedSubject
. -
Uses of Subject in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927.ssl.connection.error
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927.ssl.connection.error that return Subject Modifier and Type Method Description Subject
SwitchCertificateBuilder. getSubject()
Return current value associated with the property corresponding toSwitchCertificate.getSubject()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927.ssl.connection.error with parameters of type Subject Modifier and Type Method Description SwitchCertificateBuilder
SwitchCertificateBuilder. setSubject(Subject value)
Set the property corresponding toSwitchCertificate.getSubject()
to the specified value.
-