public class DataEntry extends AlipayObject
Constructor and Description |
---|
DataEntry() |
Modifier and Type | Method and Description |
---|---|
Date |
getBizTime()
Gets biz time.
|
String |
getName()
Gets name.
|
String |
getType()
Gets type.
|
String |
getValue()
Gets value.
|
void |
setBizTime(Date bizTime)
Sets biz time.
|
void |
setName(String name)
Sets name.
|
void |
setType(String type)
Sets type.
|
void |
setValue(String value)
Sets value.
|
public Date getBizTime()
public void setBizTime(Date bizTime)
bizTime
- the biz timepublic String getName()
public void setName(String name)
name
- the namepublic String getType()
public void setType(String type)
type
- the typepublic String getValue()
public void setValue(String value)
value
- the valueCopyright © 2018. All rights reserved.