Class TagEntityResponseV2
- java.lang.Object
-
- io.datahubproject.openapi.generated.TagEntityResponseV2
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class TagEntityResponseV2 extends java.lang.ObjectTag object.
-
-
Constructor Summary
Constructors Constructor Description TagEntityResponseV2()
-
Method Summary
-
-
-
Method Detail
-
urn
public TagEntityResponseV2 urn(java.lang.String urn)
-
getUrn
@NotNull public @NotNull java.lang.String getUrn()
Unique id for tag- Returns:
- urn
-
setUrn
public void setUrn(java.lang.String urn)
-
tagKey
public TagEntityResponseV2 tagKey(TagKeyAspectResponseV2 tagKey)
-
getTagKey
@Valid public @Valid TagKeyAspectResponseV2 getTagKey()
Get tagKey- Returns:
- tagKey
-
setTagKey
public void setTagKey(TagKeyAspectResponseV2 tagKey)
-
tagProperties
public TagEntityResponseV2 tagProperties(TagPropertiesAspectResponseV2 tagProperties)
-
getTagProperties
@Valid public @Valid TagPropertiesAspectResponseV2 getTagProperties()
Get tagProperties- Returns:
- tagProperties
-
setTagProperties
public void setTagProperties(TagPropertiesAspectResponseV2 tagProperties)
-
ownership
public TagEntityResponseV2 ownership(OwnershipAspectResponseV2 ownership)
-
getOwnership
@Valid public @Valid OwnershipAspectResponseV2 getOwnership()
Get ownership- Returns:
- ownership
-
setOwnership
public void setOwnership(OwnershipAspectResponseV2 ownership)
-
deprecation
public TagEntityResponseV2 deprecation(DeprecationAspectResponseV2 deprecation)
-
getDeprecation
@Valid public @Valid DeprecationAspectResponseV2 getDeprecation()
Get deprecation- Returns:
- deprecation
-
setDeprecation
public void setDeprecation(DeprecationAspectResponseV2 deprecation)
-
status
public TagEntityResponseV2 status(StatusAspectResponseV2 status)
-
getStatus
@Valid public @Valid StatusAspectResponseV2 getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(StatusAspectResponseV2 status)
-
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
-
-