public class ProfileResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
aDtype |
protected java.lang.String |
effectiveDate |
protected java.lang.String |
lastRefresh |
protected java.util.List<Option> |
option |
protected java.util.List<Transaction> |
transaction |
| Constructor and Description |
|---|
ProfileResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getADtype()
Gets the value of the aDtype property.
|
java.lang.String |
getEffectiveDate()
Gets the value of the effectiveDate property.
|
java.lang.String |
getLastRefresh()
Gets the value of the lastRefresh property.
|
java.util.List<Option> |
getOption()
Gets the value of the option property.
|
java.util.List<Transaction> |
getTransaction()
Gets the value of the transaction property.
|
void |
setEffectiveDate(java.lang.String value)
Sets the value of the effectiveDate property.
|
void |
setLastRefresh(java.lang.String value)
Sets the value of the lastRefresh property.
|
protected java.lang.String effectiveDate
protected java.lang.String lastRefresh
protected java.util.List<java.lang.String> aDtype
protected java.util.List<Option> option
protected java.util.List<Transaction> transaction
public java.lang.String getEffectiveDate()
Stringpublic void setEffectiveDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastRefresh()
Stringpublic void setLastRefresh(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getADtype()
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 aDtype property.
For example, to add a new item, do as follows:
getADtype().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<Option> getOption()
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 option property.
For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
Option
public java.util.List<Transaction> getTransaction()
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 transaction property.
For example, to add a new item, do as follows:
getTransaction().add(newItem);
Objects of the following type(s) are allowed in the list
Transaction
Copyright © 2018 SAP SE. All Rights Reserved.