Package io.swagger.client.model
Class Warning
- java.lang.Object
-
- io.swagger.client.model.Warning
-
public class Warning extends Object
Warning
-
-
Constructor Summary
Constructors Constructor Description Warning()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Warning
code(String code)
Warning
documentationUrl(String documentationUrl)
boolean
equals(Object o)
String
getCode()
Get codeString
getDocumentationUrl()
Get documentationUrlString
getMessage()
Get messageString
getValue()
Get valueint
hashCode()
Warning
message(String message)
void
setCode(String code)
void
setDocumentationUrl(String documentationUrl)
void
setMessage(String message)
void
setValue(String value)
String
toString()
Warning
value(String value)
-
-
-
Method Detail
-
getCode
public String getCode()
Get code- Returns:
- code
-
setCode
public void setCode(String code)
-
getDocumentationUrl
public String getDocumentationUrl()
Get documentationUrl- Returns:
- documentationUrl
-
setDocumentationUrl
public void setDocumentationUrl(String documentationUrl)
-
getMessage
public String getMessage()
Get message- Returns:
- message
-
setMessage
public void setMessage(String message)
-
getValue
public String getValue()
Get value- Returns:
- value
-
setValue
public void setValue(String value)
-
-