| Constructor and Description |
|---|
AssetsElement() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<Asset> |
getValue()
When used in content items, Asset elements can contain multiple assets.
|
int |
hashCode() |
void |
setValue(java.util.List<Asset> value)
When used in content items, Asset elements can contain multiple assets.
|
java.lang.String |
toString() |
getCodeName, getName, getParent, getType, setCodeName, setName, setParent, setTypepublic java.util.List<Asset> getValue()
Asset objects.public void setValue(java.util.List<Asset> value)
Asset objects.value - New value for this element's List of Assets.public java.lang.String toString()
public boolean equals(java.lang.Object o)
protected boolean canEqual(java.lang.Object other)