public class AttachmentInfo extends AlipayObject
Constructor and Description |
---|
AttachmentInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAttaUrl()
Gets atta url.
|
String |
getName()
Gets name.
|
String |
getType()
Gets type.
|
void |
setAttaUrl(String attaUrl)
Sets atta url.
|
void |
setName(String name)
Sets name.
|
void |
setType(String type)
Sets type.
|
public String getAttaUrl()
public void setAttaUrl(String attaUrl)
attaUrl
- the atta urlpublic String getName()
public void setName(String name)
name
- the namepublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.