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="2023-04-12T17:29:07.363401Z[Etc/UTC]") public class AssertionInfo extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
Information about an assertion
-
-
Constructor Summary
Constructors Constructor Description AssertionInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssertionInfo
customProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
AssertionInfo
datasetAssertion(DatasetAssertionInfo datasetAssertion)
boolean
equals(java.lang.Object o)
AssertionInfo
externalUrl(java.lang.String externalUrl)
@NotNull java.lang.String
get__type()
Name of this subclass in SimpleClassName format@NotNull java.util.Map<java.lang.String,java.lang.String>
getCustomProperties()
Custom property bag.@Valid DatasetAssertionInfo
getDatasetAssertion()
Get datasetAssertionjava.lang.String
getExternalUrl()
URL where the reference exist@NotNull @Valid AssertionType
getType()
Get typeint
hashCode()
AssertionInfo
putCustomPropertiesItem(java.lang.String key, java.lang.String customPropertiesItem)
void
setCustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
void
setDatasetAssertion(DatasetAssertionInfo datasetAssertion)
void
setExternalUrl(java.lang.String externalUrl)
void
setType(AssertionType type)
java.lang.String
toString()
AssertionInfo
type(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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-