Class BucketRelationship

java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.BucketRelationship

@Validated @Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen", date="2022-10-21T20:35:04.698Z") public class BucketRelationship extends Object
Linked bucket to the one instantiate, such as [isAggregated] if the bucket is a part of other or [aggregator] is the bucket holds others .
  • Constructor Details

    • BucketRelationship

      public BucketRelationship()
  • Method Details

    • bucketRefOrValue

      public BucketRelationship bucketRefOrValue(List<BucketRefOrValue> bucketRefOrValue)
    • addBucketRefOrValueItem

      public BucketRelationship addBucketRefOrValueItem(BucketRefOrValue bucketRefOrValueItem)
    • getBucketRefOrValue

      @Valid public @Valid List<BucketRefOrValue> getBucketRefOrValue()
      Get bucketRefOrValue
      Returns:
      bucketRefOrValue
    • setBucketRefOrValue

      public void setBucketRefOrValue(List<BucketRefOrValue> bucketRefOrValue)
    • relationshipType

      public BucketRelationship relationshipType(String relationshipType)
    • getRelationshipType

      public String getRelationshipType()
      Type of the bucket relationship, such as [isAggregated] if the bucket is a part of other or [aggregator] is the bucket holds others.
      Returns:
      relationshipType
    • setRelationshipType

      public void setRelationshipType(String relationshipType)
    • atbaseType

      public BucketRelationship atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public BucketRelationship atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public BucketRelationship attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • atreferredType

      public BucketRelationship atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      The actual type of the target instance when needed for disambiguation.
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • 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