@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class AddCredits extends Object
| Constructor and Description |
|---|
AddCredits() |
| Modifier and Type | Method and Description |
|---|---|
AddCredits |
email(Long email) |
boolean |
equals(Object o) |
Long |
getEmail()
Required if sms credits are empty.
|
Long |
getSms()
Required if email credits are empty.
|
int |
hashCode() |
void |
setEmail(Long email) |
void |
setSms(Long sms) |
AddCredits |
sms(Long sms) |
String |
toString() |
public AddCredits sms(Long sms)
public Long getSms()
public void setSms(Long sms)
public AddCredits email(Long email)
public Long getEmail()
public void setEmail(Long email)
Copyright © 2021. All rights reserved.