Class DeleteEntityResponse
- java.lang.Object
-
- io.datahubproject.openapi.generated.DeleteEntityResponse
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class DeleteEntityResponse extends java.lang.ObjectDeleteEntityResponse
-
-
Constructor Summary
Constructors Constructor Description DeleteEntityResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.LonggetRows()Get rows minimum: -9223372036854775808 maximum: 9223372036854775807@Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.LonggetTimeseriesRows()Get timeseriesRows minimum: -9223372036854775808 maximum: 9223372036854775807@NotNull java.lang.StringgetUrn()Get urninthashCode()DeleteEntityResponserows(java.lang.Long rows)voidsetRows(java.lang.Long rows)voidsetTimeseriesRows(java.lang.Long timeseriesRows)voidsetUrn(java.lang.String urn)DeleteEntityResponsetimeseriesRows(java.lang.Long timeseriesRows)java.lang.StringtoString()DeleteEntityResponseurn(java.lang.String urn)
-
-
-
Method Detail
-
urn
public DeleteEntityResponse urn(java.lang.String urn)
-
getUrn
@NotNull public @NotNull java.lang.String getUrn()
Get urn- Returns:
- urn
-
setUrn
public void setUrn(java.lang.String urn)
-
rows
public DeleteEntityResponse rows(java.lang.Long rows)
-
getRows
@NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) public @NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getRows()
Get rows minimum: -9223372036854775808 maximum: 9223372036854775807- Returns:
- rows
-
setRows
public void setRows(java.lang.Long rows)
-
timeseriesRows
public DeleteEntityResponse timeseriesRows(java.lang.Long timeseriesRows)
-
getTimeseriesRows
@Min(-9223372036854775808L) @Max(9223372036854775807L) public @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getTimeseriesRows()
Get timeseriesRows minimum: -9223372036854775808 maximum: 9223372036854775807- Returns:
- timeseriesRows
-
setTimeseriesRows
public void setTimeseriesRows(java.lang.Long timeseriesRows)
-
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
-
-