Class CreateCostCenterApiModel


  • public class CreateCostCenterApiModel
    extends java.lang.Object
    • 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()
      • withId

        public CreateCostCenterApiModel withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object