public final class InconsistentProperty extends Object
Modifier | Constructor and Description |
---|---|
|
InconsistentProperty()
Creates a new instance of
InconsistentProperty . |
protected |
InconsistentProperty(InconsistentProperty inconsistentProperty)
Creates a new instance of
InconsistentProperty from thrift representation. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static InconsistentProperty |
fromThrift(InconsistentProperty inconsistentProperty)
Creates a new instance of
InconsistentProperty from thrift representation. |
String |
getName() |
Map<Optional<String>,List<String>> |
getValues() |
int |
hashCode() |
InconsistentProperty |
setName(String name) |
InconsistentProperty |
setValues(Map<Optional<String>,List<String>> values) |
String |
toString() |
InconsistentProperty |
toThrift() |
public InconsistentProperty()
InconsistentProperty
.protected InconsistentProperty(InconsistentProperty inconsistentProperty)
InconsistentProperty
from thrift representation.inconsistentProperty
- the thrift inconsistent propertypublic String getName()
public Map<Optional<String>,List<String>> getValues()
public InconsistentProperty setName(String name)
name
- the property namepublic InconsistentProperty setValues(Map<Optional<String>,List<String>> values)
values
- the values to usepublic InconsistentProperty toThrift()
public static InconsistentProperty fromThrift(InconsistentProperty inconsistentProperty)
InconsistentProperty
from thrift representation.inconsistentProperty
- the thrift representation of an inconsistent propertyCopyright © 2023. All Rights Reserved.