public class CheckFeatureAdoptionCouponEligibilityRequest 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 name="FeatureId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="AccountIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
accountIds |
protected Integer |
featureId |
| Constructor and Description |
|---|
CheckFeatureAdoptionCouponEligibilityRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getAccountIds()
Gets the value of the accountIds property.
|
Integer |
getFeatureId()
Gets the value of the featureId property.
|
void |
setAccountIds(ArrayOflong value)
Sets the value of the accountIds property.
|
void |
setFeatureId(Integer value)
Sets the value of the featureId property.
|
protected Integer featureId
protected ArrayOflong accountIds
public CheckFeatureAdoptionCouponEligibilityRequest()
public Integer getFeatureId()
Integerpublic void setFeatureId(Integer value)
value - allowed object is
Integerpublic ArrayOflong getAccountIds()
ArrayOflongpublic void setAccountIds(ArrayOflong value)
value - allowed object is
ArrayOflongCopyright © 2024. All rights reserved.