public class GetAccountPilotFeaturesResponse 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="FeaturePilotFlags" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfint" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfint |
featurePilotFlags |
| Constructor and Description |
|---|
GetAccountPilotFeaturesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfint |
getFeaturePilotFlags()
Gets the value of the featurePilotFlags property.
|
void |
setFeaturePilotFlags(ArrayOfint value)
Sets the value of the featurePilotFlags property.
|
protected ArrayOfint featurePilotFlags
public ArrayOfint getFeaturePilotFlags()
ArrayOfintpublic void setFeaturePilotFlags(ArrayOfint value)
value - allowed object is
ArrayOfintCopyright © 2024. All rights reserved.