@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2017-11-21T16:23:00.366+05:30")
public class Tag
extends Object
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
Tag |
abuseType(String abuseType) |
Tag |
analyst(String analyst) |
Tag |
customInfo(CustomInfo customInfo) |
Tag |
description(String description) |
boolean |
equals(Object o) |
String |
getAbuseType()
The type of abuse for which you want to send a tag.
|
String |
getAnalyst()
Unique identifier (e.g.
|
CustomInfo |
getCustomInfo()
Get customInfo
|
String |
getDescription()
The text content of the tag.Useful as annotation on why the label was added.
|
Boolean |
getIsBad()
Indicates whether a user is engaging in behavior deemed harmful to your business.
|
String |
getSource()
String describing the original source of the tag information (e.g.
|
String |
getUserId()
The user's account ID according to your systems.
|
int |
hashCode() |
Tag |
isBad(Boolean isBad) |
void |
setAbuseType(String abuseType) |
void |
setAnalyst(String analyst) |
void |
setCustomInfo(CustomInfo customInfo) |
void |
setDescription(String description) |
void |
setIsBad(Boolean isBad) |
void |
setSource(String source) |
void |
setUserId(String userId) |
Tag |
source(String source) |
String |
toString() |
Tag |
userId(String userId) |
public String getUserId()
public void setUserId(String userId)
public Boolean getIsBad()
public void setIsBad(Boolean isBad)
public String getAbuseType()
public void setAbuseType(String abuseType)
public String getDescription()
public void setDescription(String description)
public String getSource()
public void setSource(String source)
public String getAnalyst()
public void setAnalyst(String analyst)
public Tag customInfo(CustomInfo customInfo)
public CustomInfo getCustomInfo()
public void setCustomInfo(CustomInfo customInfo)
Copyright © 2017. All rights reserved.