public class Parent extends Object
| Constructor and Description |
|---|
Parent() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getId() |
Motif |
getMotif() |
Object |
getMySubscription() |
String |
getName() |
String |
getType() |
String |
getUrl() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setId(String id) |
void |
setMotif(Motif motif) |
void |
setMySubscription(Object mySubscription) |
void |
setName(String name) |
void |
setType(String type) |
void |
setUrl(String url) |
String |
toString() |
public String getId()
public void setId(String id)
id - The idpublic Motif getMotif()
public void setMotif(Motif motif)
motif - The motifpublic Object getMySubscription()
public void setMySubscription(Object mySubscription)
mySubscription - The mySubscriptionpublic String getName()
public void setName(String name)
name - The namepublic String getType()
public void setType(String type)
type - The typepublic String getUrl()
public void setUrl(String url)
url - The urlCopyright © 2019. All rights reserved.