Class DataHubIngestionSourceConfigAspectResponseV2
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataHubIngestionSourceConfigAspectResponseV2
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class DataHubIngestionSourceConfigAspectResponseV2 extends java.lang.ObjectAspect wrapper object.
-
-
Constructor Summary
Constructors Constructor Description DataHubIngestionSourceConfigAspectResponseV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@Valid SystemMetadatagetSystemMetadata()Get systemMetadata@NotNull @Valid DataHubIngestionSourceConfiggetValue()Get valueinthashCode()voidsetSystemMetadata(SystemMetadata systemMetadata)voidsetValue(DataHubIngestionSourceConfig value)DataHubIngestionSourceConfigAspectResponseV2systemMetadata(SystemMetadata systemMetadata)java.lang.StringtoString()DataHubIngestionSourceConfigAspectResponseV2value(DataHubIngestionSourceConfig value)
-
-
-
Method Detail
-
value
public DataHubIngestionSourceConfigAspectResponseV2 value(DataHubIngestionSourceConfig value)
-
getValue
@NotNull @Valid public @NotNull @Valid DataHubIngestionSourceConfig getValue()
Get value- Returns:
- value
-
setValue
public void setValue(DataHubIngestionSourceConfig value)
-
systemMetadata
public DataHubIngestionSourceConfigAspectResponseV2 systemMetadata(SystemMetadata systemMetadata)
-
getSystemMetadata
@Valid public @Valid SystemMetadata getSystemMetadata()
Get systemMetadata- Returns:
- systemMetadata
-
setSystemMetadata
public void setSystemMetadata(SystemMetadata systemMetadata)
-
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
-
-