Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.yang.rev210302.MacAddress
-
-
Uses of MacAddress in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609 that return MacAddress Modifier and Type Method Description MacAddressEthernetInterfaceState. getHwMacAddress()Return hwMacAddress, ornullif it is not present.MacAddressEthernetInterfaceConfig. getMacAddress()Return macAddress, ornullif it is not present.default @NonNull MacAddressEthernetInterfaceState. requireHwMacAddress()Return hwMacAddress, guaranteed to be non-null.default @NonNull MacAddressEthernetInterfaceConfig. requireMacAddress()Return macAddress, guaranteed to be non-null. -
Uses of MacAddress in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet that return MacAddress Modifier and Type Method Description MacAddressStateBuilder. getHwMacAddress()Return current value associated with the property corresponding toEthernetInterfaceState.getHwMacAddress().MacAddressConfigBuilder. getMacAddress()Return current value associated with the property corresponding toEthernetInterfaceConfig.getMacAddress().MacAddressStateBuilder. getMacAddress()Return current value associated with the property corresponding toEthernetInterfaceConfig.getMacAddress().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet with parameters of type MacAddress Modifier and Type Method Description StateBuilderStateBuilder. setHwMacAddress(MacAddress value)Set the property corresponding toEthernetInterfaceState.getHwMacAddress()to the specified value.ConfigBuilderConfigBuilder. setMacAddress(MacAddress value)Set the property corresponding toEthernetInterfaceConfig.getMacAddress()to the specified value.StateBuilderStateBuilder. setMacAddress(MacAddress value)Set the property corresponding toEthernetInterfaceConfig.getMacAddress()to the specified value. -
Uses of MacAddress in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.yang.rev210302
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.yang.rev210302 that return MacAddress Modifier and Type Method Description static MacAddressMacAddress. getDefaultInstance(String defaultValue)Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.yang.rev210302 with parameters of type MacAddress Constructor Description MacAddress(MacAddress source)Creates a copy from Source Object.
-