Class UrnForeignKey
- java.lang.Object
-
- io.datahubproject.openapi.generated.UrnForeignKey
-
- All Implemented Interfaces:
OneOfForeignKeySpecForeignKey
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class UrnForeignKey extends java.lang.Object implements OneOfForeignKeySpecForeignKeyIf SchemaMetadata fields make any external references and references are of type com.linkedin.common.Urn or any children, this models can be used to mark it.
-
-
Constructor Summary
Constructors Constructor Description UrnForeignKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UrnForeignKeycurrentFieldPath(java.lang.String currentFieldPath)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.lang.StringgetCurrentFieldPath()Field in hosting(current) SchemaMetadata.inthashCode()voidsetCurrentFieldPath(java.lang.String currentFieldPath)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
currentFieldPath
public UrnForeignKey currentFieldPath(java.lang.String currentFieldPath)
-
getCurrentFieldPath
@NotNull public @NotNull java.lang.String getCurrentFieldPath()
Field in hosting(current) SchemaMetadata.- Returns:
- currentFieldPath
-
setCurrentFieldPath
public void setCurrentFieldPath(java.lang.String currentFieldPath)
-
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
-
-