Package io.swagger.client.model
Class Image
- java.lang.Object
-
- io.swagger.client.model.Image
-
public class Image extends Object
Image
-
-
Constructor Summary
Constructors Constructor Description Image()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Image
description(String description)
boolean
equals(Object o)
String
getDescription()
Get descriptionInteger
getOrder()
Get orderString
getPath()
Get pathString
getType()
Get typeint
hashCode()
Image
order(Integer order)
Image
path(String path)
void
setDescription(String description)
void
setOrder(Integer order)
void
setPath(String path)
void
setType(String type)
String
toString()
Image
type(String type)
-
-
-
Method Detail
-
getOrder
public Integer getOrder()
Get order- Returns:
- order
-
setOrder
public void setOrder(Integer order)
-
getType
public String getType()
Get type- Returns:
- type
-
setType
public void setType(String type)
-
getDescription
public String getDescription()
Get description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
getPath
public String getPath()
Get path- Returns:
- path
-
setPath
public void setPath(String path)
-
-