@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Tmsv2customersObjectInformation extends Object
| Constructor and Description |
|---|
Tmsv2customersObjectInformation() |
| Modifier and Type | Method and Description |
|---|---|
Tmsv2customersObjectInformation |
comment(String comment) |
boolean |
equals(Object o) |
String |
getComment()
Comments that you can make about the customer.
|
String |
getTitle()
Name or title of the customer.
|
int |
hashCode() |
void |
setComment(String comment) |
void |
setTitle(String title) |
Tmsv2customersObjectInformation |
title(String title) |
String |
toString() |
public Tmsv2customersObjectInformation title(String title)
public String getTitle()
public void setTitle(String title)
public Tmsv2customersObjectInformation comment(String comment)
public String getComment()
public void setComment(String comment)
Copyright © 2020. All rights reserved.