public interface Location
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Location.LeafIdentifier
Identify the leaf of Location.
|
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Returns the attribute address.
|
void |
address(String address)
Sets the attribute address.
|
String |
city()
Returns the attribute city.
|
void |
city(String city)
Sets the attribute city.
|
String |
countryCode()
Returns the attribute countryCode.
|
void |
countryCode(String countryCode)
Sets the attribute countryCode.
|
boolean |
isLeafValueSet(Location.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
state()
Returns the attribute state.
|
void |
state(String state)
Sets the attribute state.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String |
zipCode()
Returns the attribute zipCode.
|
void |
zipCode(String zipCode)
Sets the attribute zipCode.
|
String address()
String zipCode()
String state()
String city()
String countryCode()
BitSet valueLeafFlags()
void address(String address)
address - value of addressvoid zipCode(String zipCode)
zipCode - value of zipCodevoid state(String state)
state - value of statevoid city(String city)
city - value of cityvoid countryCode(String countryCode)
countryCode - value of countryCodeboolean isLeafValueSet(Location.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.