@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2017-11-21T16:23:00.366+05:30")
public class UnTag
extends Object
| Constructor and Description |
|---|
UnTag() |
| Modifier and Type | Method and Description |
|---|---|
UnTag |
abuseType(String abuseType) |
UnTag |
analyst(String analyst) |
UnTag |
customInfo(CustomInfo customInfo) |
boolean |
equals(Object o) |
String |
getAbuseType()
The type of abuse for which you want to untag user.
|
String |
getAnalyst()
Unique identifier (e.g.
|
CustomInfo |
getCustomInfo()
Get customInfo
|
String |
getUserId()
The user's account ID according to your systems.
|
int |
hashCode() |
void |
setAbuseType(String abuseType) |
void |
setAnalyst(String analyst) |
void |
setCustomInfo(CustomInfo customInfo) |
void |
setUserId(String userId) |
String |
toString() |
UnTag |
userId(String userId) |
public String getUserId()
public void setUserId(String userId)
public String getAbuseType()
public void setAbuseType(String abuseType)
public String getAnalyst()
public void setAnalyst(String analyst)
public UnTag customInfo(CustomInfo customInfo)
public CustomInfo getCustomInfo()
public void setCustomInfo(CustomInfo customInfo)
Copyright © 2017. All rights reserved.