Class OEmbedResponse
- Direct Known Subclasses:
PhotoOEmbedResponse
,RichOEmbedResponse
Abstract OEmbedResponse class.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldauthorName
.Getter for the fieldauthorUrl
.Getter for the fieldcacheAge
.Getter for the fieldheight
.Getter for the fieldproviderName
.Getter for the fieldproviderUrl
.Getter for the fieldthumbnailHeight
.Getter for the fieldthumbnailUrl
.Getter for the fieldthumbnailWidth
.getTitle()
Getter for the fieldtitle
.getType()
Getter for the fieldtype
.Getter for the fieldversion
.getWidth()
Getter for the fieldwidth
.void
setAuthorName
(String authorName) Setter for the fieldauthorName
.void
setAuthorUrl
(String authorUrl) Setter for the fieldauthorUrl
.void
setCacheAge
(Integer cacheAge) Setter for the fieldcacheAge
.void
Setter for the fieldheight
.void
setProviderName
(String providerName) Setter for the fieldproviderName
.void
setProviderUrl
(String providerUrl) Setter for the fieldproviderUrl
.void
setThumbnailHeight
(Integer thumbnailHeight) Setter for the fieldthumbnailHeight
.void
setThumbnailUrl
(String thumbnailUrl) Setter for the fieldthumbnailUrl
.void
setThumbnailWidth
(Integer thumbnailWidth) Setter for the fieldthumbnailWidth
.void
Setter for the fieldtitle
.void
Setter for the fieldtype
.void
setVersion
(String version) Setter for the fieldversion
.void
Setter for the fieldwidth
.
-
Field Details
-
version
-
type
-
width
-
height
-
title
-
authorName
-
authorUrl
-
providerName
-
providerUrl
-
cacheAge
-
thumbnailUrl
-
thumbnailWidth
-
thumbnailHeight
-
-
Constructor Details
-
OEmbedResponse
public OEmbedResponse()
-
-
Method Details
-
getVersion
Getter for the field
version
.- Returns:
- the version
-
setVersion
Setter for the field
version
.- Parameters:
version
- the version to set
-
getType
Getter for the field
type
.- Returns:
- the type
-
setType
Setter for the field
type
.- Parameters:
type
- the type to set
-
getWidth
Getter for the field
width
.- Returns:
- the width
-
setWidth
Setter for the field
width
.- Parameters:
width
- the width to set
-
getHeight
Getter for the field
height
.- Returns:
- the height
-
setHeight
Setter for the field
height
.- Parameters:
height
- the height to set
-
getTitle
Getter for the field
title
.- Returns:
- the title
-
setTitle
Setter for the field
title
.- Parameters:
title
- the title to set
-
getAuthorName
Getter for the field
authorName
.- Returns:
- the authorName
-
setAuthorName
Setter for the field
authorName
.- Parameters:
authorName
- the authorName to set
-
getAuthorUrl
Getter for the field
authorUrl
.- Returns:
- the authorUrl
-
setAuthorUrl
Setter for the field
authorUrl
.- Parameters:
authorUrl
- the authorUrl to set
-
getProviderName
Getter for the field
providerName
.- Returns:
- the providerName
-
setProviderName
Setter for the field
providerName
.- Parameters:
providerName
- the providerName to set
-
getProviderUrl
Getter for the field
providerUrl
.- Returns:
- the providerUrl
-
setProviderUrl
Setter for the field
providerUrl
.- Parameters:
providerUrl
- the providerUrl to set
-
getCacheAge
Getter for the field
cacheAge
.- Returns:
- the cacheAge
-
setCacheAge
Setter for the field
cacheAge
.- Parameters:
cacheAge
- the cacheAge to set
-
getThumbnailUrl
Getter for the field
thumbnailUrl
.- Returns:
- the thumbnailUrl
-
setThumbnailUrl
Setter for the field
thumbnailUrl
.- Parameters:
thumbnailUrl
- the thumbnailUrl to set
-
getThumbnailWidth
Getter for the field
thumbnailWidth
.- Returns:
- the thumbnailWidth
-
setThumbnailWidth
Setter for the field
thumbnailWidth
.- Parameters:
thumbnailWidth
- the thumbnailWidth to set
-
getThumbnailHeight
Getter for the field
thumbnailHeight
.- Returns:
- the thumbnailHeight
-
setThumbnailHeight
Setter for the field
thumbnailHeight
.- Parameters:
thumbnailHeight
- the thumbnailHeight to set
-