public class Feed extends Object
Java class for Feed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Feed">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StoreId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="FeedId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="FeedType" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
feedId |
protected Long |
feedType |
protected Long |
storeId |
| Constructor and Description |
|---|
Feed() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFeedId()
Gets the value of the feedId property.
|
Long |
getFeedType()
Gets the value of the feedType property.
|
Long |
getStoreId()
Gets the value of the storeId property.
|
void |
setFeedId(Long value)
Sets the value of the feedId property.
|
void |
setFeedType(Long value)
Sets the value of the feedType property.
|
void |
setStoreId(Long value)
Sets the value of the storeId property.
|
protected Long storeId
protected Long feedId
protected Long feedType
public Long getStoreId()
Longpublic void setStoreId(Long value)
value - allowed object is
Longpublic Long getFeedId()
Longpublic void setFeedId(Long value)
value - allowed object is
Longpublic Long getFeedType()
LongCopyright © 2024. All rights reserved.