public class ExtensionArea extends AlipayObject
| Constructor and Description |
|---|
ExtensionArea() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGotoUrl()
Gets goto url.
|
Long |
getHeight()
Gets height.
|
String |
getName()
Gets name.
|
String |
getType()
Gets type.
|
String |
getUrl()
Gets url.
|
void |
setGotoUrl(String gotoUrl)
Sets goto url.
|
void |
setHeight(Long height)
Sets height.
|
void |
setName(String name)
Sets name.
|
void |
setType(String type)
Sets type.
|
void |
setUrl(String url)
Sets url.
|
public String getGotoUrl()
public void setGotoUrl(String gotoUrl)
gotoUrl - the goto urlpublic Long getHeight()
public void setHeight(Long height)
height - the heightpublic String getName()
public void setName(String name)
name - the namepublic String getType()
public void setType(String type)
type - the typepublic String getUrl()
public void setUrl(String url)
url - the urlCopyright © 2018. All rights reserved.