public class AggregateOfferImpl extends OfferImpl implements AggregateOffer
AggregateOffer.AggregateOffer.Builder| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> |
properties |
| Constructor and Description |
|---|
AggregateOfferImpl(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> |
getHighPriceList()
Returns the value list of property highPrice.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getLowPriceList()
Returns the value list of property lowPrice.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getOfferCountList()
Returns the value list of property offerCount.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getOffersList()
Returns the value list of property offers.
|
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.
|
getAcceptedPaymentMethodList, getAddOnList, getAdvanceBookingRequirementList, getAggregateRatingList, getAreaServedList, getAvailabilityEndsList, getAvailabilityList, getAvailabilityStartsList, getAvailableAtOrFromList, getAvailableDeliveryMethodList, getBusinessFunctionList, getCategoryList, getDeliveryLeadTimeList, getEligibleCustomerTypeList, getEligibleDurationList, getEligibleQuantityList, getEligibleRegionList, getEligibleTransactionVolumeList, getGtin12List, getGtin13List, getGtin14List, getGtin8List, getIncludesObjectList, getIneligibleRegionList, getInventoryLevelList, getItemConditionList, getItemOfferedList, getMpnList, getOfferedByList, getPriceCurrencyList, getPriceList, getPriceSpecificationList, getPriceValidUntilList, getReviewList, getReviewsList, getSellerList, getSerialNumberList, getSkuList, getValidFromList, getValidThroughList, getWarrantyListgetAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, contentEquals, getJsonLdContextList, getJsonLdId, getJsonLdReverseMap, getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAcceptedPaymentMethodList, getAddOnList, getAdvanceBookingRequirementList, getAggregateRatingList, getAreaServedList, getAvailabilityEndsList, getAvailabilityList, getAvailabilityStartsList, getAvailableAtOrFromList, getAvailableDeliveryMethodList, getBusinessFunctionList, getCategoryList, getDeliveryLeadTimeList, getEligibleCustomerTypeList, getEligibleDurationList, getEligibleQuantityList, getEligibleRegionList, getEligibleTransactionVolumeList, getGtin12List, getGtin13List, getGtin14List, getGtin8List, getIncludesObjectList, getIneligibleRegionList, getInventoryLevelList, getItemConditionList, getItemOfferedList, getMpnList, getOfferedByList, getPriceCurrencyList, getPriceList, getPriceSpecificationList, getPriceValidUntilList, getReviewList, getReviewsList, getSellerList, getSerialNumberList, getSkuList, getValidFromList, getValidThroughList, getWarrantyListgetAdditionalTypeList, 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 OfferImplpublic boolean includesProperty(java.lang.String property)
SchemaOrgTypeincludesProperty in interface SchemaOrgTypeincludesProperty in class OfferImplproperty - The name of property which can be short property name or full property name.public com.google.common.collect.ImmutableList<SchemaOrgType> getHighPriceList()
AggregateOffergetHighPriceList in interface AggregateOfferpublic com.google.common.collect.ImmutableList<SchemaOrgType> getLowPriceList()
AggregateOffergetLowPriceList in interface AggregateOfferpublic com.google.common.collect.ImmutableList<SchemaOrgType> getOfferCountList()
AggregateOffergetOfferCountList in interface AggregateOfferpublic com.google.common.collect.ImmutableList<SchemaOrgType> getOffersList()
AggregateOffergetOffersList in interface AggregateOfferprotected 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)