Class AssertionInfo
- java.lang.Object
-
- io.datahubproject.openapi.generated.AssertionInfo
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class AssertionInfo extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueInformation about an assertion
-
-
Constructor Summary
Constructors Constructor Description AssertionInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssertionInfocustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)AssertionInfodatasetAssertion(DatasetAssertionInfo datasetAssertion)booleanequals(java.lang.Object o)AssertionInfoexternalUrl(java.lang.String externalUrl)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.util.Map<java.lang.String,java.lang.String>getCustomProperties()Custom property bag.@Valid DatasetAssertionInfogetDatasetAssertion()Get datasetAssertionjava.lang.StringgetExternalUrl()URL where the reference exist@NotNull @Valid AssertionTypegetType()Get typeinthashCode()AssertionInfoputCustomPropertiesItem(java.lang.String key, java.lang.String customPropertiesItem)voidsetCustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)voidsetDatasetAssertion(DatasetAssertionInfo datasetAssertion)voidsetExternalUrl(java.lang.String externalUrl)voidsetType(AssertionType type)java.lang.StringtoString()AssertionInfotype(AssertionType type)
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
customProperties
public AssertionInfo customProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
-
putCustomPropertiesItem
public AssertionInfo putCustomPropertiesItem(java.lang.String key, java.lang.String customPropertiesItem)
-
getCustomProperties
@NotNull public @NotNull java.util.Map<java.lang.String,java.lang.String> getCustomProperties()
Custom property bag.- Returns:
- customProperties
-
setCustomProperties
public void setCustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
-
externalUrl
public AssertionInfo externalUrl(java.lang.String externalUrl)
-
getExternalUrl
public java.lang.String getExternalUrl()
URL where the reference exist- Returns:
- externalUrl
-
setExternalUrl
public void setExternalUrl(java.lang.String externalUrl)
-
type
public AssertionInfo type(AssertionType type)
-
getType
@NotNull @Valid public @NotNull @Valid AssertionType getType()
Get type- Returns:
- type
-
setType
public void setType(AssertionType type)
-
datasetAssertion
public AssertionInfo datasetAssertion(DatasetAssertionInfo datasetAssertion)
-
getDatasetAssertion
@Valid public @Valid DatasetAssertionInfo getDatasetAssertion()
Get datasetAssertion- Returns:
- datasetAssertion
-
setDatasetAssertion
public void setDatasetAssertion(DatasetAssertionInfo datasetAssertion)
-
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
-
-