@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T16:43:29.220+01:00") public class Attachment extends Object
| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
content(String content) |
Attachment |
contentID(String contentID) |
Attachment |
contentType(String contentType) |
boolean |
equals(Object o) |
String |
getContent()
Get content
|
String |
getContentID()
Get contentID
|
String |
getContentType()
Get contentType
|
String |
getName()
Get name
|
int |
hashCode() |
Attachment |
name(String name) |
void |
setContent(String content) |
void |
setContentID(String contentID) |
void |
setContentType(String contentType) |
void |
setName(String name) |
String |
toString() |
public Attachment name(String name)
public String getName()
public void setName(String name)
public Attachment content(String content)
public String getContent()
public void setContent(String content)
public Attachment contentType(String contentType)
public String getContentType()
public void setContentType(String contentType)
public Attachment contentID(String contentID)
public String getContentID()
public void setContentID(String contentID)
Copyright © 2019. All rights reserved.