public class TwitterAccount extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}provider-account-id"/>
<element ref="{}provider-account-name"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
providerAccountId |
protected String |
providerAccountName |
| Constructor and Description |
|---|
TwitterAccount() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getProviderAccountId()
Gets the value of the providerAccountId property.
|
String |
getProviderAccountName()
Gets the value of the providerAccountName property.
|
void |
setProviderAccountId(Long value)
Sets the value of the providerAccountId property.
|
void |
setProviderAccountName(String value)
Sets the value of the providerAccountName property.
|
protected Long providerAccountId
protected String providerAccountName
public Long getProviderAccountId()
Stringpublic void setProviderAccountId(Long value)
value - allowed object is
Stringpublic String getProviderAccountName()
StringApache Camel