public class WriteModelPatchAdSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_ATTRIBUTES |
static java.lang.String |
SERIALIZED_NAME_ID |
static java.lang.String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
WriteModelPatchAdSet() |
| Modifier and Type | Method and Description |
|---|---|
WriteModelPatchAdSet |
attributes(PatchAdSet attributes) |
boolean |
equals(java.lang.Object o) |
PatchAdSet |
getAttributes()
Get attributes
|
java.lang.String |
getId()
Id of the entity
|
java.lang.String |
getType()
Canonical type name of the entity
|
int |
hashCode() |
WriteModelPatchAdSet |
id(java.lang.String id) |
void |
setAttributes(PatchAdSet attributes) |
void |
setId(java.lang.String id) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
WriteModelPatchAdSet |
type(java.lang.String type) |
public static final java.lang.String SERIALIZED_NAME_ID
public static final java.lang.String SERIALIZED_NAME_TYPE
public static final java.lang.String SERIALIZED_NAME_ATTRIBUTES
public WriteModelPatchAdSet id(java.lang.String id)
@Nullable public java.lang.String getId()
public void setId(java.lang.String id)
public WriteModelPatchAdSet type(java.lang.String type)
@Nullable public java.lang.String getType()
public void setType(java.lang.String type)
public WriteModelPatchAdSet attributes(PatchAdSet attributes)
@Nullable public PatchAdSet getAttributes()
public void setAttributes(PatchAdSet 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.