public class TopLevel extends Object implements Serializable
Constructor and Description |
---|
TopLevel(NonUnionTestType _nonUnionTestType) |
TopLevel(TopLevel source)
Creates a copy from Source Object.
|
TopLevel(UnionTestType _unionTestType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
NonUnionTestType |
getNonUnionTestType() |
UnionTestType |
getUnionTestType() |
int |
hashCode() |
String |
stringValue()
Return a String representing the value of this union.
|
String |
toString() |
public TopLevel(NonUnionTestType _nonUnionTestType)
public TopLevel(UnionTestType _unionTestType)
public TopLevel(TopLevel source)
source
- Source objectpublic String stringValue()
public NonUnionTestType getNonUnionTestType()
public UnionTestType getUnionTestType()
Copyright © 2019 OpenDaylight. All rights reserved.