public class CatalogCustomAttributeDefinitionNumberConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogCustomAttributeDefinitionNumberConfig.Builder
Class to build instances of
CatalogCustomAttributeDefinitionNumberConfig. |
| Constructor and Description |
|---|
CatalogCustomAttributeDefinitionNumberConfig(Integer precision)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getPrecision()
Getter for Precision.
|
int |
hashCode() |
CatalogCustomAttributeDefinitionNumberConfig.Builder |
toBuilder()
Builds a new
CatalogCustomAttributeDefinitionNumberConfig.Builder object. |
String |
toString()
Converts this CatalogCustomAttributeDefinitionNumberConfig into string format.
|
public CatalogCustomAttributeDefinitionNumberConfig(Integer precision)
precision - Integer value for precision.public Integer getPrecision()
public String toString()
public CatalogCustomAttributeDefinitionNumberConfig.Builder toBuilder()
CatalogCustomAttributeDefinitionNumberConfig.Builder object.
Creates the instance with the state of the current model.CatalogCustomAttributeDefinitionNumberConfig.Builder objectCopyright © 2022. All rights reserved.