Class EntityRequestContext
- java.lang.Object
-
- io.datahubproject.openapi.generated.EntityRequestContext
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class EntityRequestContext extends java.lang.ObjectContext that defines an entity page requesting recommendations
-
-
Constructor Summary
Constructors Constructor Description EntityRequestContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.StringgetType()Type of the entity being displayed@NotNull java.lang.StringgetUrn()Urn of the entity being displayedinthashCode()voidsetType(java.lang.String type)voidsetUrn(java.lang.String urn)java.lang.StringtoString()EntityRequestContexttype(java.lang.String type)EntityRequestContexturn(java.lang.String urn)
-
-
-
Method Detail
-
type
public EntityRequestContext type(java.lang.String type)
-
getType
@NotNull public @NotNull java.lang.String getType()
Type of the entity being displayed- Returns:
- type
-
setType
public void setType(java.lang.String type)
-
urn
public EntityRequestContext urn(java.lang.String urn)
-
getUrn
@NotNull public @NotNull java.lang.String getUrn()
Urn of the entity being displayed- Returns:
- urn
-
setUrn
public void setUrn(java.lang.String urn)
-
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
-
-