Class CostCenters
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CostCenters
-
public class CostCenters extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCostCenters.Builder
-
Constructor Summary
Constructors Constructor Description CostCenters()CostCenters(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, 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 CostCenters.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()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()CostCenterswithDistributionPercentage(double distributionPercentage)CostCenterswithDistributionPercentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage)CostCenterswithId(java.lang.String id)Unique identifierCostCenterswithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierCostCenterswithName(java.lang.String name)CostCenterswithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)CostCenterswithRemoteId(java.lang.String remoteId)Provider's unique identifierCostCenterswithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
CostCenters
public CostCenters(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage)
-
CostCenters
public CostCenters()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's 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 final CostCenters.Builder builder()
-
withId
public CostCenters withId(java.lang.String id)
Unique identifier
-
withId
public CostCenters withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public CostCenters withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public CostCenters withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public CostCenters withName(java.lang.String name)
-
withName
public CostCenters withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
withDistributionPercentage
public CostCenters withDistributionPercentage(double distributionPercentage)
-
withDistributionPercentage
public CostCenters 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
-
-