public class FengdieTemplateDetailModel extends AlipayObject
Constructor and Description |
---|
FengdieTemplateDetailModel() |
Modifier and Type | Method and Description |
---|---|
Long |
getId()
Gets id.
|
List<String> |
getMaintainer()
Gets maintainer.
|
String |
getName()
Gets name.
|
String |
getOwner()
Gets owner.
|
String |
getSnapshot()
Gets snapshot.
|
String |
getSummary()
Gets summary.
|
String |
getTitle()
Gets title.
|
String |
getVer()
Gets ver.
|
void |
setId(Long id)
Sets id.
|
void |
setMaintainer(List<String> maintainer)
Sets maintainer.
|
void |
setName(String name)
Sets name.
|
void |
setOwner(String owner)
Sets owner.
|
void |
setSnapshot(String snapshot)
Sets snapshot.
|
void |
setSummary(String summary)
Sets summary.
|
void |
setTitle(String title)
Sets title.
|
void |
setVer(String ver)
Sets ver.
|
public Long getId()
public void setId(Long id)
id
- the idpublic void setMaintainer(List<String> maintainer)
maintainer
- the maintainerpublic String getName()
public void setName(String name)
name
- the namepublic String getOwner()
public void setOwner(String owner)
owner
- the ownerpublic String getSnapshot()
public void setSnapshot(String snapshot)
snapshot
- the snapshotpublic String getSummary()
public void setSummary(String summary)
summary
- the summarypublic String getTitle()
public void setTitle(String title)
title
- the titlepublic String getVer()
public void setVer(String ver)
ver
- the verCopyright © 2018. All rights reserved.