Class Cost
- java.lang.Object
-
- io.datahubproject.openapi.generated.Cost
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue
,OneOfGenericAspectValue
,OneOfMLModelSnapshotAspectsItems
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-05-10T05:58:32.374063Z[Etc/UTC]") public class Cost extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfMLModelSnapshotAspectsItems
Cost
-
-
Constructor Summary
Constructors Constructor Description Cost()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cost
cost(CostCost cost)
Cost
costType(CostType costType)
boolean
equals(java.lang.Object o)
@NotNull java.lang.String
get__type()
Name of this subclass in SimpleClassName format@NotNull @Valid CostCost
getCost()
Get cost@NotNull @Valid CostType
getCostType()
Get costTypeint
hashCode()
void
setCost(CostCost cost)
void
setCostType(CostType costType)
java.lang.String
toString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
getCostType
@NotNull @Valid public @NotNull @Valid CostType getCostType()
Get costType- Returns:
- costType
-
setCostType
public void setCostType(CostType costType)
-
getCost
@NotNull @Valid public @NotNull @Valid CostCost getCost()
Get cost- Returns:
- cost
-
setCost
public void setCost(CostCost cost)
-
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
-
-