Class DataHubIngestionSourceInfo
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataHubIngestionSourceInfo
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class DataHubIngestionSourceInfo extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueInfo about a DataHub ingestion source
-
-
Constructor Summary
Constructors Constructor Description DataHubIngestionSourceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataHubIngestionSourceInfoconfig(DataHubIngestionSourceConfig config)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull @Valid DataHubIngestionSourceConfiggetConfig()Get config@NotNull java.lang.StringgetName()The display name of the ingestion sourcejava.lang.StringgetPlatform()Data Platform URN associated with the source@Valid DataHubIngestionSourceSchedulegetSchedule()Get schedule@NotNull java.lang.StringgetType()The type of the source itself, e.g.inthashCode()DataHubIngestionSourceInfoname(java.lang.String name)DataHubIngestionSourceInfoplatform(java.lang.String platform)DataHubIngestionSourceInfoschedule(DataHubIngestionSourceSchedule schedule)voidsetConfig(DataHubIngestionSourceConfig config)voidsetName(java.lang.String name)voidsetPlatform(java.lang.String platform)voidsetSchedule(DataHubIngestionSourceSchedule schedule)voidsetType(java.lang.String type)java.lang.StringtoString()DataHubIngestionSourceInfotype(java.lang.String type)
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
name
public DataHubIngestionSourceInfo name(java.lang.String name)
-
getName
@NotNull public @NotNull java.lang.String getName()
The display name of the ingestion source- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
type
public DataHubIngestionSourceInfo type(java.lang.String type)
-
getType
@NotNull public @NotNull java.lang.String getType()
The type of the source itself, e.g. mysql, bigquery, bigquery-usage. Should match the recipe.- Returns:
- type
-
setType
public void setType(java.lang.String type)
-
platform
public DataHubIngestionSourceInfo platform(java.lang.String platform)
-
getPlatform
public java.lang.String getPlatform()
Data Platform URN associated with the source- Returns:
- platform
-
setPlatform
public void setPlatform(java.lang.String platform)
-
schedule
public DataHubIngestionSourceInfo schedule(DataHubIngestionSourceSchedule schedule)
-
getSchedule
@Valid public @Valid DataHubIngestionSourceSchedule getSchedule()
Get schedule- Returns:
- schedule
-
setSchedule
public void setSchedule(DataHubIngestionSourceSchedule schedule)
-
config
public DataHubIngestionSourceInfo config(DataHubIngestionSourceConfig config)
-
getConfig
@NotNull @Valid public @NotNull @Valid DataHubIngestionSourceConfig getConfig()
Get config- Returns:
- config
-
setConfig
public void setConfig(DataHubIngestionSourceConfig config)
-
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
-
-