org.onosproject.yang.model.ModelObject.ModelObjectTypePsk.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
presharedKey |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultPsk()
Creates an instance of defaultPsk.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Psk.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
presharedKey()
Returns the attribute presharedKey.
|
void |
presharedKey(String presharedKey)
Sets the attribute presharedKey.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected String presharedKey
protected BitSet valueLeafFlags
public String presharedKey()
PskpresharedKey in interface Pskpublic BitSet valueLeafFlags()
PskvalueLeafFlags in interface Pskpublic void presharedKey(String presharedKey)
PskpresharedKey in interface PskpresharedKey - value of presharedKeypublic boolean isLeafValueSet(Psk.LeafIdentifier leaf)
PskisLeafValueSet in interface Pskleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.