public class Embed extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Embed.Param
param for embed.
|
| Constructor and Description |
|---|
Embed() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getHeight() |
Embed.Param[] |
getParams() |
URL |
getUrl() |
Integer |
getWidth() |
int |
hashCode() |
void |
setHeight(Integer height) |
void |
setParams(Embed.Param[] params) |
void |
setUrl(URL url) |
void |
setWidth(Integer width) |
String |
toString() |
public URL getUrl()
public void setUrl(URL url)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public Embed.Param[] getParams()
public void setParams(Embed.Param[] params)
params - the embed paramsCopyright © 2021. All rights reserved.