public class NewAudience
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_ATTRIBUTES |
static java.lang.String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
NewAudience() |
| Modifier and Type | Method and Description |
|---|---|
NewAudience |
attributes(NewAudienceAttributes attributes) |
boolean |
equals(java.lang.Object o) |
NewAudienceAttributes |
getAttributes()
Get attributes
|
java.lang.String |
getType()
the name of the entity type
|
int |
hashCode() |
void |
setAttributes(NewAudienceAttributes attributes) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
NewAudience |
type(java.lang.String type) |
public static final java.lang.String SERIALIZED_NAME_TYPE
public static final java.lang.String SERIALIZED_NAME_ATTRIBUTES
public NewAudience type(java.lang.String type)
public java.lang.String getType()
public void setType(java.lang.String type)
public NewAudience attributes(NewAudienceAttributes attributes)
public NewAudienceAttributes getAttributes()
public void setAttributes(NewAudienceAttributes attributes)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2021. All rights reserved.