public class NewsArticleImpl extends ArticleImpl implements NewsArticle
NewsArticle.NewsArticle.Builder| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> |
properties |
| Constructor and Description |
|---|
NewsArticleImpl(com.google.common.collect.Multimap<java.lang.String,ValueType> properties,
com.google.common.collect.Multimap<java.lang.String,Thing> reverseMap) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsProperty(java.lang.String name) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getDatelineList()
Returns the value list of property dateline.
|
java.lang.String |
getFullTypeName()
Returns the full name of this schema.org type.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPrintColumnList()
Returns the value list of property printColumn.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPrintEditionList()
Returns the value list of property printEdition.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPrintPageList()
Returns the value list of property printPage.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPrintSectionList()
Returns the value list of property printSection.
|
protected com.google.common.collect.ImmutableList<ValueType> |
getPropertyList(java.lang.String property) |
protected ValueType |
getSingleValueProperty(java.lang.String name) |
boolean |
includesProperty(java.lang.String property)
Whether the property can be set in this type.
|
getArticleBodyList, getArticleSectionList, getPageEndList, getPageStartList, getPaginationList, getWordCountListgetAboutList, getAccessibilityAPIList, getAccessibilityControlList, getAccessibilityFeatureList, getAccessibilityHazardList, getAccountablePersonList, getAggregateRatingList, getAlternativeHeadlineList, getAssociatedMediaList, getAudienceList, getAudioList, getAuthorList, getAwardList, getAwardsList, getCharacterList, getCitationList, getCommentCountList, getCommentList, getContentLocationList, getContentRatingList, getContributorList, getCopyrightHolderList, getCopyrightYearList, getCreatorList, getDateCreatedList, getDateModifiedList, getDatePublishedList, getDiscussionUrlList, getEditorList, getEducationalAlignmentList, getEducationalUseList, getEncodingList, getEncodingsList, getExampleOfWorkList, getFileFormatList, getGenreList, getHasPartList, getHeadlineList, getInLanguageList, getInteractionStatisticList, getInteractivityTypeList, getIsBasedOnUrlList, getIsFamilyFriendlyList, getIsPartOfList, getKeywordsList, getLearningResourceTypeList, getLicenseList, getLocationCreatedList, getMainEntityList, getMentionsList, getOffersList, getPositionList, getProducerList, getProviderList, getPublicationList, getPublisherList, getPublishingPrinciplesList, getRecordedAtList, getReleasedEventList, getReviewList, getReviewsList, getSchemaVersionList, getSourceOrganizationList, getTextList, getThumbnailUrlList, getTimeRequiredList, getTranslatorList, getTypicalAgeRangeList, getVersionList, getVideoList, getWorkExampleListgetAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, contentEquals, getJsonLdContextList, getJsonLdId, getJsonLdReverseMap, getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArticleBodyList, getArticleSectionList, getPageEndList, getPageStartList, getPaginationList, getWordCountListgetAboutList, getAccessibilityAPIList, getAccessibilityControlList, getAccessibilityFeatureList, getAccessibilityHazardList, getAccountablePersonList, getAggregateRatingList, getAlternativeHeadlineList, getAssociatedMediaList, getAudienceList, getAudioList, getAuthorList, getAwardList, getAwardsList, getCharacterList, getCitationList, getCommentCountList, getCommentList, getContentLocationList, getContentRatingList, getContributorList, getCopyrightHolderList, getCopyrightYearList, getCreatorList, getDateCreatedList, getDateModifiedList, getDatePublishedList, getDiscussionUrlList, getEditorList, getEducationalAlignmentList, getEducationalUseList, getEncodingList, getEncodingsList, getExampleOfWorkList, getFileFormatList, getGenreList, getHasPartList, getHeadlineList, getInLanguageList, getInteractionStatisticList, getInteractivityTypeList, getIsBasedOnUrlList, getIsFamilyFriendlyList, getIsPartOfList, getKeywordsList, getLearningResourceTypeList, getLicenseList, getLocationCreatedList, getMainEntityList, getMentionsList, getOffersList, getPositionList, getProducerList, getProviderList, getPublicationList, getPublisherList, getPublishingPrinciplesList, getRecordedAtList, getReleasedEventList, getReviewList, getReviewsList, getSchemaVersionList, getSourceOrganizationList, getTextList, getThumbnailUrlList, getTimeRequiredList, getTranslatorList, getTypicalAgeRangeList, getVersionList, getVideoList, getWorkExampleListgetAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, getJsonLdContextList, getJsonLdId, getJsonLdReverseMapgetPropertycontentEqualsprotected final com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> properties
public java.lang.String getFullTypeName()
SchemaOrgTypegetFullTypeName in interface SchemaOrgTypegetFullTypeName in class ArticleImplpublic boolean includesProperty(java.lang.String property)
SchemaOrgTypeincludesProperty in interface SchemaOrgTypeincludesProperty in class ArticleImplproperty - The name of property which can be short property name or full property name.public com.google.common.collect.ImmutableList<SchemaOrgType> getDatelineList()
NewsArticlegetDatelineList in interface NewsArticlepublic com.google.common.collect.ImmutableList<SchemaOrgType> getPrintColumnList()
NewsArticlegetPrintColumnList in interface NewsArticlepublic com.google.common.collect.ImmutableList<SchemaOrgType> getPrintEditionList()
NewsArticlegetPrintEditionList in interface NewsArticlepublic com.google.common.collect.ImmutableList<SchemaOrgType> getPrintPageList()
NewsArticlegetPrintPageList in interface NewsArticlepublic com.google.common.collect.ImmutableList<SchemaOrgType> getPrintSectionList()
NewsArticlegetPrintSectionList in interface NewsArticleprotected boolean containsProperty(java.lang.String name)
@Nullable protected ValueType getSingleValueProperty(java.lang.String name) throws SchemaOrgException
SchemaOrgExceptionprotected com.google.common.collect.ImmutableList<ValueType> getPropertyList(java.lang.String property)