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. |
public String getId()
public String getName()
public String getCreatedAt()
public String getUpdatedAt()
public CustomerGroup.Builder toBuilder()
CustomerGroup.Builder
object.
Creates the instance with the state of the current model.CustomerGroup.Builder
objectCopyright © 2020. All rights reserved.