@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class CreateSenderIps extends Object
| Constructor and Description |
|---|
CreateSenderIps() |
| Modifier and Type | Method and Description |
|---|---|
CreateSenderIps |
domain(String domain) |
boolean |
equals(Object o) |
String |
getDomain()
Domain of the IP
|
String |
getIp()
Dedicated IP available in your account
|
Long |
getWeight()
Weight to apply to the IP.
|
int |
hashCode() |
CreateSenderIps |
ip(String ip) |
void |
setDomain(String domain) |
void |
setIp(String ip) |
void |
setWeight(Long weight) |
String |
toString() |
CreateSenderIps |
weight(Long weight) |
public CreateSenderIps ip(String ip)
public String getIp()
public void setIp(String ip)
public CreateSenderIps domain(String domain)
public String getDomain()
public void setDomain(String domain)
public CreateSenderIps weight(Long weight)
public Long getWeight()
public void setWeight(Long weight)
Copyright © 2021. All rights reserved.