Class SeoUrlJsonApi

java.lang.Object
de.codebarista.shopware.model.core.SeoUrlJsonApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]", comments="Generator version: 7.5.0") public class SeoUrlJsonApi extends Object
Added since version: 6.0.0.0
  • Field Details

  • Constructor Details

  • Method Details

    • type

      public SeoUrlJsonApi type(String type)
    • getType

      @Nonnull public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • id

      public SeoUrlJsonApi id(String id)
    • getId

      @Nonnull public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • attributes

      public SeoUrlJsonApi attributes(Map<String,Object> attributes)
    • putAttributesItem

      public SeoUrlJsonApi putAttributesItem(String key, Object attributesItem)
    • getAttributes

      @Nullable public Map<String,Object> getAttributes()
      Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.
      Returns:
      attributes
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
    • relationships

      public SeoUrlJsonApi relationships(Relationships relationships)
    • getRelationships

      @Nullable public Relationships getRelationships()
      Get relationships
      Returns:
      relationships
    • getRelationships_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Relationships> getRelationships_JsonNullable()
    • setRelationships_JsonNullable

      public void setRelationships_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Relationships> relationships)
    • setRelationships

      public void setRelationships(Relationships relationships)
    • links

      public SeoUrlJsonApi links(Map<String,Link> links)
    • putLinksItem

      public SeoUrlJsonApi putLinksItem(String key, Link linksItem)
    • getLinks

      @Nullable public Map<String,Link> getLinks()
      Get links
      Returns:
      links
    • setLinks

      public void setLinks(Map<String,Link> links)
    • meta

      public SeoUrlJsonApi meta(Map<String,Object> meta)
    • putMetaItem

      public SeoUrlJsonApi putMetaItem(String key, Object metaItem)
    • getMeta

      @Nullable public Map<String,Object> getMeta()
      Non-standard meta-information that can not be represented as an attribute or relationship.
      Returns:
      meta
    • setMeta

      public void setMeta(Map<String,Object> meta)
    • salesChannelId

      public SeoUrlJsonApi salesChannelId(String salesChannelId)
    • getSalesChannelId

      @Nullable public String getSalesChannelId()
      Get salesChannelId
      Returns:
      salesChannelId
    • setSalesChannelId

      public void setSalesChannelId(String salesChannelId)
    • languageId

      public SeoUrlJsonApi languageId(String languageId)
    • getLanguageId

      @Nonnull public String getLanguageId()
      Get languageId
      Returns:
      languageId
    • setLanguageId

      public void setLanguageId(String languageId)
    • foreignKey

      public SeoUrlJsonApi foreignKey(String foreignKey)
    • getForeignKey

      @Nonnull public String getForeignKey()
      Get foreignKey
      Returns:
      foreignKey
    • setForeignKey

      public void setForeignKey(String foreignKey)
    • routeName

      public SeoUrlJsonApi routeName(String routeName)
    • getRouteName

      @Nonnull public String getRouteName()
      Get routeName
      Returns:
      routeName
    • setRouteName

      public void setRouteName(String routeName)
    • pathInfo

      public SeoUrlJsonApi pathInfo(String pathInfo)
    • getPathInfo

      @Nonnull public String getPathInfo()
      Get pathInfo
      Returns:
      pathInfo
    • setPathInfo

      public void setPathInfo(String pathInfo)
    • seoPathInfo

      public SeoUrlJsonApi seoPathInfo(String seoPathInfo)
    • getSeoPathInfo

      @Nonnull public String getSeoPathInfo()
      Get seoPathInfo
      Returns:
      seoPathInfo
    • setSeoPathInfo

      public void setSeoPathInfo(String seoPathInfo)
    • isCanonical

      public SeoUrlJsonApi isCanonical(Boolean isCanonical)
    • getIsCanonical

      @Nullable public Boolean getIsCanonical()
      Get isCanonical
      Returns:
      isCanonical
    • setIsCanonical

      public void setIsCanonical(Boolean isCanonical)
    • isModified

      public SeoUrlJsonApi isModified(Boolean isModified)
    • getIsModified

      @Nullable public Boolean getIsModified()
      Get isModified
      Returns:
      isModified
    • setIsModified

      public void setIsModified(Boolean isModified)
    • isDeleted

      public SeoUrlJsonApi isDeleted(Boolean isDeleted)
    • getIsDeleted

      @Nullable public Boolean getIsDeleted()
      Get isDeleted
      Returns:
      isDeleted
    • setIsDeleted

      public void setIsDeleted(Boolean isDeleted)
    • url

      public SeoUrlJsonApi url(String url)
    • getUrl

      @Nullable public String getUrl()
      Runtime field, cannot be used as part of the criteria.
      Returns:
      url
    • setUrl

      public void setUrl(String url)
    • customFields

      public SeoUrlJsonApi customFields(Object customFields)
    • getCustomFields

      @Nullable public Object getCustomFields()
      Get customFields
      Returns:
      customFields
    • setCustomFields

      public void setCustomFields(Object customFields)
    • isValid

      public SeoUrlJsonApi isValid(Boolean isValid)
    • getIsValid

      @Nullable public Boolean getIsValid()
      Runtime field, cannot be used as part of the criteria.
      Returns:
      isValid
    • setIsValid

      public void setIsValid(Boolean isValid)
    • getCreatedAt

      @Nonnull public OffsetDateTime getCreatedAt()
      Get createdAt
      Returns:
      createdAt
    • getUpdatedAt

      @Nullable public OffsetDateTime getUpdatedAt()
      Get updatedAt
      Returns:
      updatedAt
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object