Class ScrollOwnershipTypeEntityResponseV2
- java.lang.Object
-
- io.datahubproject.openapi.generated.ScrollOwnershipTypeEntityResponseV2
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class ScrollOwnershipTypeEntityResponseV2 extends java.lang.ObjectScroll across OwnershipType objects.
-
-
Constructor Summary
Constructors Constructor Description ScrollOwnershipTypeEntityResponseV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScrollOwnershipTypeEntityResponseV2addEntitiesItem(OwnershipTypeEntityResponseV2 entitiesItem)ScrollOwnershipTypeEntityResponseV2entities(java.util.List<OwnershipTypeEntityResponseV2> entities)booleanequals(java.lang.Object o)@NotNull @Valid java.util.List<OwnershipTypeEntityResponseV2>getEntities()Ownership Type represents a user-created ownership category for a person or group who is responsible for an asset.java.lang.StringgetScrollId()Scroll id for pagination.inthashCode()ScrollOwnershipTypeEntityResponseV2scrollId(java.lang.String scrollId)voidsetEntities(java.util.List<OwnershipTypeEntityResponseV2> entities)voidsetScrollId(java.lang.String scrollId)java.lang.StringtoString()
-
-
-
Method Detail
-
scrollId
public ScrollOwnershipTypeEntityResponseV2 scrollId(java.lang.String scrollId)
-
getScrollId
public java.lang.String getScrollId()
Scroll id for pagination.- Returns:
- scrollId
-
setScrollId
public void setScrollId(java.lang.String scrollId)
-
entities
public ScrollOwnershipTypeEntityResponseV2 entities(java.util.List<OwnershipTypeEntityResponseV2> entities)
-
addEntitiesItem
public ScrollOwnershipTypeEntityResponseV2 addEntitiesItem(OwnershipTypeEntityResponseV2 entitiesItem)
-
getEntities
@NotNull @Valid public @NotNull @Valid java.util.List<OwnershipTypeEntityResponseV2> getEntities()
Ownership Type represents a user-created ownership category for a person or group who is responsible for an asset.- Returns:
- entities
-
setEntities
public void setEntities(java.util.List<OwnershipTypeEntityResponseV2> entities)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-