public class PointCard extends AlipayObject
Constructor and Description |
---|
PointCard() |
Modifier and Type | Method and Description |
---|---|
String |
getDesc()
Gets desc.
|
Date |
getEndTime()
Gets end time.
|
String |
getLogo()
Gets logo.
|
String |
getName()
Gets name.
|
Date |
getStartTime()
Gets start time.
|
String |
getType()
Gets type.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setEndTime(Date endTime)
Sets end time.
|
void |
setLogo(String logo)
Sets logo.
|
void |
setName(String name)
Sets name.
|
void |
setStartTime(Date startTime)
Sets start time.
|
void |
setType(String type)
Sets type.
|
public String getDesc()
public void setDesc(String desc)
desc
- the descpublic Date getEndTime()
public void setEndTime(Date endTime)
endTime
- the end timepublic String getLogo()
public void setLogo(String logo)
logo
- the logopublic String getName()
public void setName(String name)
name
- the namepublic Date getStartTime()
public void setStartTime(Date startTime)
startTime
- the start timepublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.