Class TestDefinition
- java.lang.Object
-
- io.datahubproject.openapi.generated.TestDefinition
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class TestDefinition extends java.lang.ObjectTestDefinition
-
-
Constructor Summary
Constructors Constructor Description TestDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetJson()JSON format configuration for the test@NotNull @Valid TestDefinitionTypegetType()Get typeinthashCode()TestDefinitionjson(java.lang.String json)voidsetJson(java.lang.String json)voidsetType(TestDefinitionType type)java.lang.StringtoString()TestDefinitiontype(TestDefinitionType type)
-
-
-
Method Detail
-
type
public TestDefinition type(TestDefinitionType type)
-
getType
@NotNull @Valid public @NotNull @Valid TestDefinitionType getType()
Get type- Returns:
- type
-
setType
public void setType(TestDefinitionType type)
-
json
public TestDefinition json(java.lang.String json)
-
getJson
public java.lang.String getJson()
JSON format configuration for the test- Returns:
- json
-
setJson
public void setJson(java.lang.String json)
-
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
-
-