Package io.swagger.client.model
Class ApiErrorDetails
- java.lang.Object
-
- io.swagger.client.model.ApiErrorDetails
-
public class ApiErrorDetails extends Object
ApiErrorDetails
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApiErrorDetails.TypeEnum
Gets or Sets type
-
Constructor Summary
Constructors Constructor Description ApiErrorDetails()
-
Method Summary
-
-
-
Method Detail
-
code
public ApiErrorDetails code(String code)
-
getCode
public String getCode()
Get code- Returns:
- code
-
setCode
public void setCode(String code)
-
type
public ApiErrorDetails type(ApiErrorDetails.TypeEnum type)
-
getType
public ApiErrorDetails.TypeEnum getType()
Get type- Returns:
- type
-
setType
public void setType(ApiErrorDetails.TypeEnum type)
-
title
public ApiErrorDetails title(String title)
-
getTitle
public String getTitle()
Get title- Returns:
- title
-
setTitle
public void setTitle(String title)
-
message
public ApiErrorDetails message(String message)
-
getMessage
public String getMessage()
Get message- Returns:
- message
-
setMessage
public void setMessage(String message)
-
documentationUrl
public ApiErrorDetails documentationUrl(String documentationUrl)
-
getDocumentationUrl
public String getDocumentationUrl()
Get documentationUrl- Returns:
- documentationUrl
-
setDocumentationUrl
public void setDocumentationUrl(String documentationUrl)
-
source
public ApiErrorDetails source(Map<String,String> source)
-
putSourceItem
public ApiErrorDetails putSourceItem(String key, String sourceItem)
-
path
public ApiErrorDetails path(String path)
-
getPath
public String getPath()
Get path- Returns:
- path
-
setPath
public void setPath(String path)
-
timestamp
public ApiErrorDetails timestamp(org.threeten.bp.OffsetDateTime timestamp)
-
getTimestamp
public org.threeten.bp.OffsetDateTime getTimestamp()
Get timestamp- Returns:
- timestamp
-
setTimestamp
public void setTimestamp(org.threeten.bp.OffsetDateTime timestamp)
-
documentationUrlPath
public ApiErrorDetails documentationUrlPath(ApiErrorDetails documentationUrlPath)
-
getDocumentationUrlPath
public ApiErrorDetails getDocumentationUrlPath()
Get documentationUrlPath- Returns:
- documentationUrlPath
-
setDocumentationUrlPath
public void setDocumentationUrlPath(ApiErrorDetails documentationUrlPath)
-
-