public class UnionTestType extends Object implements Serializable
Constructor and Description |
---|
UnionTestType(LowestLevel1 _lowestLevel1) |
UnionTestType(LowestLevel2 _lowestLevel2) |
UnionTestType(UnionTestType source)
Creates a copy from Source Object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
LowestLevel1 |
getLowestLevel1() |
LowestLevel2 |
getLowestLevel2() |
int |
hashCode() |
String |
stringValue()
Return a String representing the value of this union.
|
String |
toString() |
public UnionTestType(LowestLevel1 _lowestLevel1)
public UnionTestType(LowestLevel2 _lowestLevel2)
public UnionTestType(UnionTestType source)
source
- Source objectpublic String stringValue()
public LowestLevel1 getLowestLevel1()
public LowestLevel2 getLowestLevel2()
Copyright © 2019 OpenDaylight. All rights reserved.