@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class AssertionInfo
extends java.lang.Object
implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
| Constructor and Description |
|---|
AssertionInfo() |
| Modifier and Type | Method and 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 datasetAssertion
|
java.lang.String |
getExternalUrl()
URL where the reference exist
|
@NotNull @Valid AssertionType |
getType()
Get type
|
int |
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) |
@NotNull public @NotNull java.lang.String get__type()
public AssertionInfo customProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
public AssertionInfo putCustomPropertiesItem(java.lang.String key, java.lang.String customPropertiesItem)
@NotNull public @NotNull java.util.Map<java.lang.String,java.lang.String> getCustomProperties()
public void setCustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
public AssertionInfo externalUrl(java.lang.String externalUrl)
public java.lang.String getExternalUrl()
public void setExternalUrl(java.lang.String externalUrl)
public AssertionInfo type(AssertionType type)
@NotNull @Valid public @NotNull @Valid AssertionType getType()
public void setType(AssertionType type)
public AssertionInfo datasetAssertion(DatasetAssertionInfo datasetAssertion)
@Valid public @Valid DatasetAssertionInfo getDatasetAssertion()
public void setDatasetAssertion(DatasetAssertionInfo datasetAssertion)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object