public class InstanceInfo extends AlipayObject
Constructor and Description |
---|
InstanceInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets content.
|
String |
getExtInfo()
Gets ext info.
|
Date |
getGmtEnd()
Gets gmt end.
|
Date |
getGmtStart()
Gets gmt start.
|
String |
getInstanceId()
Gets instance id.
|
String |
getInstanceName()
Gets instance name.
|
String |
getType()
Gets type.
|
void |
setContent(String content)
Sets content.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setGmtEnd(Date gmtEnd)
Sets gmt end.
|
void |
setGmtStart(Date gmtStart)
Sets gmt start.
|
void |
setInstanceId(String instanceId)
Sets instance id.
|
void |
setInstanceName(String instanceName)
Sets instance name.
|
void |
setType(String type)
Sets type.
|
public String getContent()
public void setContent(String content)
content
- the contentpublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic Date getGmtEnd()
public void setGmtEnd(Date gmtEnd)
gmtEnd
- the gmt endpublic Date getGmtStart()
public void setGmtStart(Date gmtStart)
gmtStart
- the gmt startpublic String getInstanceId()
public void setInstanceId(String instanceId)
instanceId
- the instance idpublic String getInstanceName()
public void setInstanceName(String instanceName)
instanceName
- the instance namepublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.