public class BatchErrorDetail extends Object
Constructor and Description |
---|
BatchErrorDetail() |
Modifier and Type | Method and Description |
---|---|
String |
key()
Get the key value.
|
String |
value()
Get the value value.
|
BatchErrorDetail |
withKey(String key)
Set the key value.
|
BatchErrorDetail |
withValue(String value)
Set the value value.
|
public String key()
public BatchErrorDetail withKey(String key)
key
- the key value to setpublic String value()
public BatchErrorDetail withValue(String value)
value
- the value value to setCopyright © 2019. All rights reserved.