public class Attachment
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected java.lang.String |
source |
protected java.lang.String |
type |
| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getSource()
Gets the value of the source property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
Attachment |
setName(java.lang.String value)
Sets the value of the name property.
|
Attachment |
setSource(java.lang.String value)
Sets the value of the source property.
|
Attachment |
setType(java.lang.String value)
Sets the value of the type property.
|
Attachment |
withName(java.lang.String value)
Deprecated.
use set method
|
Attachment |
withSource(java.lang.String value)
Deprecated.
use set method
|
Attachment |
withType(java.lang.String value)
Deprecated.
use set method
|
protected java.lang.String name
protected java.lang.String source
protected java.lang.String type
public java.lang.String getName()
Stringpublic Attachment setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSource()
Stringpublic Attachment setSource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic Attachment setType(java.lang.String value)
value - allowed object is
String@Deprecated public Attachment withName(java.lang.String value)
@Deprecated public Attachment withSource(java.lang.String value)
@Deprecated public Attachment withType(java.lang.String value)