Package org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses
Class LicenseKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses.LicenseKey
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>,org.opendaylight.yangtools.yang.binding.Identifier<License>
@Generated("mdsal-binding-generator") public class LicenseKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<License>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseKey(@NonNull String _licenseId)LicenseKey(LicenseKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
LicenseKey
public LicenseKey(@NonNull String _licenseId)
-
LicenseKey
public LicenseKey(LicenseKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-