public static class RSS2Channel.Image extends Object
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
String |
getLink() |
String |
getTitle() |
String |
getUrl() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setLink(String link) |
void |
setTitle(String title) |
void |
setUrl(String url) |
void |
setWidth(int width) |
public String getUrl()
public void setUrl(String url)
public String getTitle()
public void setTitle(String title)
public String getLink()
public void setLink(String link)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
Copyright © 2018. All rights reserved.