@CheckExactlyOneNotNull(fieldNames={"title","img","video","data"}) public class Asset extends Object
| Constructor and Description |
|---|
Asset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Valid NativeData |
getData() |
Map<String,Object> |
getExt() |
@NotNull Integer |
getId() |
@Valid NativeImage |
getImg() |
Integer |
getRequired() |
@Valid NativeTitle |
getTitle() |
@Valid NativeVideo |
getVideo() |
int |
hashCode() |
void |
setData(@Valid NativeData data) |
void |
setExt(Map<String,Object> ext) |
void |
setId(@NotNull Integer id) |
void |
setImg(@Valid NativeImage img) |
void |
setRequired(Integer required) |
void |
setTitle(@Valid NativeTitle title) |
void |
setVideo(@Valid NativeVideo video) |
@NotNull public @NotNull Integer getId()
public void setId(@NotNull
@NotNull Integer id)
public Integer getRequired()
public void setRequired(Integer required)
@Valid public @Valid NativeTitle getTitle()
public void setTitle(@Valid
@Valid NativeTitle title)
@Valid public @Valid NativeImage getImg()
public void setImg(@Valid
@Valid NativeImage img)
@Valid public @Valid NativeVideo getVideo()
public void setVideo(@Valid
@Valid NativeVideo video)
@Valid public @Valid NativeData getData()
public void setData(@Valid
@Valid NativeData data)
Copyright © 2019. All rights reserved.