public class CustomerSegment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomerSegment.Builder
Class to build instances of
CustomerSegment. |
| Constructor and Description |
|---|
CustomerSegment(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() |
CustomerSegment.Builder |
toBuilder()
Builds a new
CustomerSegment.Builder object. |
String |
toString()
Converts this CustomerSegment into string format.
|
public String getId()
public String getName()
public String getCreatedAt()
public String getUpdatedAt()
public String toString()
public CustomerSegment.Builder toBuilder()
CustomerSegment.Builder object.
Creates the instance with the state of the current model.CustomerSegment.Builder objectCopyright © 2022. All rights reserved.