Back to project page StreamHub-Android-Reviews-App.
The source code is released under:
MIT License
If you think the Android project StreamHub-Android-Reviews-App listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package livefyre.models; /*from w ww .j av a2 s. com*/ public class OembedBean { /** * */ private String Visibility; private String targetId; private String Oembedlink; private String link; private String url; private String contentType;// photo or video private String providerName; private String position; private String id; private String authorId; private String version; private String title; private String authorName; private String height; private String width; private String html; private String thumbnailWidth; private String thumbnailUrl; private String thumbnailHeight; private String authorUrl; private String type; public String getProviderName() { return providerName; } public void setProviderName(String providerName) { this.providerName = providerName; } public String getAuthorName() { return authorName; } public void setAuthorName(String authorName) { this.authorName = authorName; } public String getThumbnailWidth() { return thumbnailWidth; } public void setThumbnailWidth(String thumbnailWidth) { this.thumbnailWidth = thumbnailWidth; } public String getThumbnailUrl() { return thumbnailUrl; } public void setThumbnailUrl(String thumbnailUrl) { this.thumbnailUrl = thumbnailUrl; } public String getThumbnailHeight() { return thumbnailHeight; } public void setThumbnailHeight(String thumbnailHeight) { this.thumbnailHeight = thumbnailHeight; } public String getAuthorUrl() { return authorUrl; } public void setAuthorUrl(String authorUrl) { this.authorUrl = authorUrl; } public String getTargetId() { return targetId; } public void setTargetId(String targetId) { this.targetId = targetId; } public String getLink() { return link; } public void setLink(String link) { this.link = link; } public String getUrl() { return url; } public void setUrl(String url) { this.url = url; } public String getContentType() { return contentType; } public void setContentType(String contentType) { this.contentType = contentType; } public String getPosition() { return position; } public void setPosition(String position) { this.position = position; } public String getId() { return id; } public void setId(String id) { this.id = id; } public String getAuthorId() { return authorId; } public void setAuthorId(String authorId) { this.authorId = authorId; } public String getVersion() { return version; } public void setVersion(String version) { this.version = version; } public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public String getHeight() { return height; } public void setHeight(String height) { this.height = height; } public String getWidth() { return width; } public void setWidth(String width) { this.width = width; } public String getHtml() { return html; } public void setHtml(String html) { this.html = html; } public String getType() { return type; } public void setType(String type) { this.type = type; } public String getEvent() { return event; } public void setEvent(String event) { this.event = event; } public String getSource() { return source; } public void setSource(String source) { this.source = source; } public String getVisibility() { return Visibility; } public void setVisibility(String visibility) { Visibility = visibility; } public String getOembedlink() { return Oembedlink; } public void setOembedlink(String oembedlink) { Oembedlink = oembedlink; } private String event; private String source; }