public class CustomerGroup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomerGroup.Builder
Class to build instances of
CustomerGroup. |
| Constructor and Description |
|---|
CustomerGroup(String name,
String id,
String createdAt,
String updatedAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getId()
Getter for Id.
|
String |
getName()
Getter for Name.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
int |
hashCode() |
CustomerGroup.Builder |
toBuilder()
Builds a new
CustomerGroup.Builder object. |
String |
toString()
Converts this CustomerGroup into string format.
|
public String getId()
public String getName()
public String getCreatedAt()
public String getUpdatedAt()
public String toString()
public CustomerGroup.Builder toBuilder()
CustomerGroup.Builder object.
Creates the instance with the state of the current model.CustomerGroup.Builder objectCopyright © 2022. All rights reserved.