Class CreateCostCenterApiModel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateCostCenterApiModel
-
public class CreateCostCenterApiModel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateCostCenterApiModel.Builder
-
Constructor Summary
Constructors Constructor Description CreateCostCenterApiModel()CreateCostCenterApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateCostCenterApiModel.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.Double>distributionPercentage()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()java.lang.StringtoString()CreateCostCenterApiModelwithDistributionPercentage(double distributionPercentage)CreateCostCenterApiModelwithDistributionPercentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage)CreateCostCenterApiModelwithId(java.lang.String id)Unique identifierCreateCostCenterApiModelwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierCreateCostCenterApiModelwithName(java.lang.String name)CreateCostCenterApiModelwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
-
-
Constructor Detail
-
CreateCostCenterApiModel
public CreateCostCenterApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage)
-
CreateCostCenterApiModel
public CreateCostCenterApiModel()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
-
distributionPercentage
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage()
-
builder
public static CreateCostCenterApiModel.Builder builder()
-
withId
public CreateCostCenterApiModel withId(java.lang.String id)
Unique identifier
-
withId
public CreateCostCenterApiModel withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withName
public CreateCostCenterApiModel withName(java.lang.String name)
-
withName
public CreateCostCenterApiModel withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
withDistributionPercentage
public CreateCostCenterApiModel withDistributionPercentage(double distributionPercentage)
-
withDistributionPercentage
public CreateCostCenterApiModel withDistributionPercentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage)
-
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
-
-