public class PriceSpecificationImpl extends StructuredValueImpl implements PriceSpecification
PriceSpecification.PriceSpecification.Builder| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> |
properties |
| Constructor and Description |
|---|
PriceSpecificationImpl(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> |
getEligibleQuantityList()
Returns the value list of property eligibleQuantity.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getEligibleTransactionVolumeList()
Returns the value list of property eligibleTransactionVolume.
|
java.lang.String |
getFullTypeName()
Returns the full name of this schema.org type.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getMaxPriceList()
Returns the value list of property maxPrice.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getMinPriceList()
Returns the value list of property minPrice.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPriceCurrencyList()
Returns the value list of property priceCurrency.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPriceList()
Returns the value list of property price.
|
protected com.google.common.collect.ImmutableList<ValueType> |
getPropertyList(java.lang.String property) |
protected ValueType |
getSingleValueProperty(java.lang.String name) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getValidFromList()
Returns the value list of property validFrom.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getValidThroughList()
Returns the value list of property validThrough.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getValueAddedTaxIncludedList()
Returns the value list of property valueAddedTaxIncluded.
|
boolean |
includesProperty(java.lang.String property)
Whether the property can be set in this type.
|
getAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, contentEquals, getJsonLdContextList, getJsonLdId, getJsonLdReverseMap, getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdditionalTypeList, 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 StructuredValueImplpublic boolean includesProperty(java.lang.String property)
SchemaOrgTypeincludesProperty in interface SchemaOrgTypeincludesProperty in class StructuredValueImplproperty - The name of property which can be short property name or full property name.public com.google.common.collect.ImmutableList<SchemaOrgType> getEligibleQuantityList()
PriceSpecificationgetEligibleQuantityList in interface PriceSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getEligibleTransactionVolumeList()
PriceSpecificationgetEligibleTransactionVolumeList in interface PriceSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getMaxPriceList()
PriceSpecificationgetMaxPriceList in interface PriceSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getMinPriceList()
PriceSpecificationgetMinPriceList in interface PriceSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getPriceList()
PriceSpecificationgetPriceList in interface PriceSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getPriceCurrencyList()
PriceSpecificationgetPriceCurrencyList in interface PriceSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getValidFromList()
PriceSpecificationgetValidFromList in interface PriceSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getValidThroughList()
PriceSpecificationgetValidThroughList in interface PriceSpecificationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getValueAddedTaxIncludedList()
PriceSpecificationgetValueAddedTaxIncludedList in interface PriceSpecificationprotected 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)