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