public class Identity
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
content |
protected java.lang.String |
lastChangedTimestamp |
| Constructor and Description |
|---|
Identity() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getContent()
Gets the value of the content property.
|
java.lang.String |
getLastChangedTimestamp()
Gets the value of the lastChangedTimestamp property.
|
void |
setLastChangedTimestamp(java.lang.String value)
Sets the value of the lastChangedTimestamp property.
|
protected java.lang.String lastChangedTimestamp
protected java.util.List<java.lang.Object> content
public java.lang.String getLastChangedTimestamp()
Stringpublic void setLastChangedTimestamp(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Object> getContent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Element
String
Copyright © 2018 SAP SE. All Rights Reserved.