public class MediaPropertiesQuery extends Object
| Constructor and Description |
|---|
MediaPropertiesQuery(String mediaId) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getArchive() |
String |
getCopyright() |
String |
getDatePublished() |
String |
getDescription() |
String |
getMediaId() |
MetapropertyField |
getMetaproperty() |
String |
getName() |
MediaPropertiesQuery |
setArchive(Boolean archive) |
MediaPropertiesQuery |
setCopyright(String copyright) |
MediaPropertiesQuery |
setDatePublished(String datePublished) |
MediaPropertiesQuery |
setDescription(String description) |
MediaPropertiesQuery |
setMetaproperty(MetapropertyField metaproperty) |
MediaPropertiesQuery |
setName(String name) |
public MediaPropertiesQuery(String mediaId)
public String getMediaId()
public String getName()
public MediaPropertiesQuery setName(String name)
public String getDescription()
public MediaPropertiesQuery setDescription(String description)
public String getCopyright()
public MediaPropertiesQuery setCopyright(String copyright)
public Boolean getArchive()
public MediaPropertiesQuery setArchive(Boolean archive)
public String getDatePublished()
public MediaPropertiesQuery setDatePublished(String datePublished)
public MetapropertyField getMetaproperty()
public MediaPropertiesQuery setMetaproperty(MetapropertyField metaproperty)
Copyright © 2017. All rights reserved.