public class NativeRequestBody extends Object
| Constructor and Description |
|---|
NativeRequestBody() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getAdunit() |
@NotEmpty Collection<Asset> |
getAssets() |
Integer |
getContext() |
Integer |
getContextsubtype() |
Map<String,Object> |
getExt() |
Integer |
getLayout() |
Integer |
getPlcmtcnt() |
Integer |
getPlcmttype() |
Integer |
getSeq() |
String |
getVer() |
int |
hashCode() |
void |
setAdunit(Integer adunit) |
void |
setAssets(@NotEmpty Collection<Asset> assets) |
void |
setContext(Integer context) |
void |
setContextsubtype(Integer contextsubtype) |
void |
setExt(Map<String,Object> ext) |
void |
setLayout(Integer layout) |
void |
setPlcmtcnt(Integer plcmtcnt) |
void |
setPlcmttype(Integer plcmttype) |
void |
setSeq(Integer seq) |
void |
setVer(String ver) |
public String getVer()
public void setVer(String ver)
public Integer getLayout()
public void setLayout(Integer layout)
public Integer getAdunit()
public void setAdunit(Integer adunit)
public Integer getContext()
public void setContext(Integer context)
public Integer getContextsubtype()
public void setContextsubtype(Integer contextsubtype)
public Integer getPlcmttype()
public void setPlcmttype(Integer plcmttype)
public Integer getPlcmtcnt()
public void setPlcmtcnt(Integer plcmtcnt)
public Integer getSeq()
public void setSeq(Integer seq)
@NotEmpty public @NotEmpty Collection<Asset> getAssets()
public void setAssets(@NotEmpty
@NotEmpty Collection<Asset> assets)
Copyright © 2019. All rights reserved.