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 proto representation. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static InconsistentProperty |
fromProto(InconsistentProperty inconsistentProperty)
Creates a new instance of
InconsistentProperty from proto representation. |
String |
getName() |
Map<Optional<String>,List<String>> |
getValues() |
int |
hashCode() |
InconsistentProperty |
setName(String name) |
InconsistentProperty |
setValues(Map<Optional<String>,List<String>> values) |
InconsistentProperty |
toProto() |
String |
toString() |
public InconsistentProperty()
InconsistentProperty
.protected InconsistentProperty(InconsistentProperty inconsistentProperty)
InconsistentProperty
from proto representation.inconsistentProperty
- the proto 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 toProto()
public static InconsistentProperty fromProto(InconsistentProperty inconsistentProperty)
InconsistentProperty
from proto representation.inconsistentProperty
- the proto representation of an inconsistent propertyCopyright © 2023. All Rights Reserved.