public class InvalidValue extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
affectedEntity |
String |
affectedEntityId |
String |
affectedField |
Priority |
priority
Is this something that is high priority or a nice-to-have?
|
Object |
problemData |
String |
problemDescription |
String |
problemType |
Route |
route
The route affected by this issue
|
| Constructor and Description |
|---|
InvalidValue(String affectedEntity,
String affectedField,
String affectedEntityId,
String problemType,
String problemDescription,
Object problemData)
Deprecated.
|
InvalidValue(String affectedEntity,
String affectedField,
String affectedEntityId,
String problemType,
String problemDescription,
Object problemData,
Priority priority) |
public String affectedEntity
public String affectedField
public String affectedEntityId
public String problemType
public String problemDescription
public Priority priority
public Object problemData
public Route route
Copyright © 2019. All rights reserved.