public class ODataErrorDetail extends Object
Constructor and Description |
---|
ODataErrorDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets error code.
|
String |
getMessage()
Gets error message.
|
String |
getTarget()
Gets error target.
|
ODataErrorDetail |
setCode(String code) |
ODataErrorDetail |
setMessage(String message) |
ODataErrorDetail |
setTarget(String target)
Set the error target.
|
public String getCode()
public ODataErrorDetail setCode(String code)
public String getMessage()
public ODataErrorDetail setMessage(String message)
public String getTarget()
public ODataErrorDetail setTarget(String target)
target
- the error targetCopyright © 2013–2018 The Apache Software Foundation. All rights reserved.