public class Context extends AlipayObject
Constructor and Description |
---|
Context() |
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Gets action name.
|
Keyword |
getFirst()
Gets first.
|
String |
getHeadColor()
Gets head color.
|
Keyword |
getKeyword1()
Gets keyword 1.
|
Keyword |
getKeyword2()
Gets keyword 2.
|
Keyword |
getRemark()
Gets remark.
|
String |
getUrl()
Gets url.
|
void |
setActionName(String actionName)
Sets action name.
|
void |
setFirst(Keyword first)
Sets first.
|
void |
setHeadColor(String headColor)
Sets head color.
|
void |
setKeyword1(Keyword keyword1)
Sets keyword 1.
|
void |
setKeyword2(Keyword keyword2)
Sets keyword 2.
|
void |
setRemark(Keyword remark)
Sets remark.
|
void |
setUrl(String url)
Sets url.
|
public String getActionName()
public void setActionName(String actionName)
actionName
- the action namepublic Keyword getFirst()
public void setFirst(Keyword first)
first
- the firstpublic String getHeadColor()
public void setHeadColor(String headColor)
headColor
- the head colorpublic Keyword getKeyword1()
public void setKeyword1(Keyword keyword1)
keyword1
- the keyword 1public Keyword getKeyword2()
public void setKeyword2(Keyword keyword2)
keyword2
- the keyword 2public Keyword getRemark()
public void setRemark(Keyword remark)
remark
- the remarkpublic String getUrl()
public void setUrl(String url)
url
- the urlCopyright © 2018. All rights reserved.