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