public class MyString extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static List<String> |
PATTERN_CONSTANTS |
Constructor and Description |
---|
MyString(MyString source)
Creates a copy from Source Object.
|
MyString(String _value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static MyString |
getDefaultInstance(String defaultValue) |
String |
getValue() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="value") public MyString(String _value)
public MyString(MyString source)
source
- Source objectpublic String getValue()
Copyright © 2019 OpenDaylight. All rights reserved.