public class ODataErrorDetail extends Object
| Constructor and Description | 
|---|
| ODataErrorDetail() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Object> | getAdditionalProperties()Gets server defined additional properties. | 
| String | getCode()Gets error code. | 
| String | getMessage()Gets error message. | 
| String | getTarget()Gets error target. | 
| ODataErrorDetail | setAdditionalProperties(Map<String,Object> additionalProperties)Sets server defined additional properties | 
| 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 targetpublic ODataErrorDetail setAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - additionalPropertiesCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.