public class PeopleAudienceImpl extends AudienceImpl implements PeopleAudience
PeopleAudience.PeopleAudience.Builder| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> |
properties |
| Constructor and Description |
|---|
PeopleAudienceImpl(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) |
java.lang.String |
getFullTypeName()
Returns the full name of this schema.org type.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getHealthConditionList()
Returns the value list of property healthCondition.
|
protected com.google.common.collect.ImmutableList<ValueType> |
getPropertyList(java.lang.String property) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getRequiredGenderList()
Returns the value list of property requiredGender.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getRequiredMaxAgeList()
Returns the value list of property requiredMaxAge.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getRequiredMinAgeList()
Returns the value list of property requiredMinAge.
|
protected ValueType |
getSingleValueProperty(java.lang.String name) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getSuggestedGenderList()
Returns the value list of property suggestedGender.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getSuggestedMaxAgeList()
Returns the value list of property suggestedMaxAge.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getSuggestedMinAgeList()
Returns the value list of property suggestedMinAge.
|
boolean |
includesProperty(java.lang.String property)
Whether the property can be set in this type.
|
getAudienceTypeList, getGeographicAreaListgetAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, contentEquals, getJsonLdContextList, getJsonLdId, getJsonLdReverseMap, getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAudienceTypeList, getGeographicAreaListgetAdditionalTypeList, 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 AudienceImplpublic boolean includesProperty(java.lang.String property)
SchemaOrgTypeincludesProperty in interface SchemaOrgTypeincludesProperty in class AudienceImplproperty - The name of property which can be short property name or full property name.public com.google.common.collect.ImmutableList<SchemaOrgType> getHealthConditionList()
PeopleAudiencegetHealthConditionList in interface PeopleAudiencepublic com.google.common.collect.ImmutableList<SchemaOrgType> getRequiredGenderList()
PeopleAudiencegetRequiredGenderList in interface PeopleAudiencepublic com.google.common.collect.ImmutableList<SchemaOrgType> getRequiredMaxAgeList()
PeopleAudiencegetRequiredMaxAgeList in interface PeopleAudiencepublic com.google.common.collect.ImmutableList<SchemaOrgType> getRequiredMinAgeList()
PeopleAudiencegetRequiredMinAgeList in interface PeopleAudiencepublic com.google.common.collect.ImmutableList<SchemaOrgType> getSuggestedGenderList()
PeopleAudiencegetSuggestedGenderList in interface PeopleAudiencepublic com.google.common.collect.ImmutableList<SchemaOrgType> getSuggestedMaxAgeList()
PeopleAudiencegetSuggestedMaxAgeList in interface PeopleAudiencepublic com.google.common.collect.ImmutableList<SchemaOrgType> getSuggestedMinAgeList()
PeopleAudiencegetSuggestedMinAgeList in interface PeopleAudienceprotected 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)