public class GetAssetGroupListingGroupsByIdsRequest 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="AssetGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AssetGroupListingGroupIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
assetGroupId |
protected ArrayOflong |
assetGroupListingGroupIds |
| Constructor and Description |
|---|
GetAssetGroupListingGroupsByIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAssetGroupId()
Gets the value of the assetGroupId property.
|
ArrayOflong |
getAssetGroupListingGroupIds()
Gets the value of the assetGroupListingGroupIds property.
|
void |
setAssetGroupId(Long value)
Sets the value of the assetGroupId property.
|
void |
setAssetGroupListingGroupIds(ArrayOflong value)
Sets the value of the assetGroupListingGroupIds property.
|
protected Long assetGroupId
protected ArrayOflong assetGroupListingGroupIds
public GetAssetGroupListingGroupsByIdsRequest()
public Long getAssetGroupId()
Longpublic void setAssetGroupId(Long value)
value - allowed object is
Longpublic ArrayOflong getAssetGroupListingGroupIds()
ArrayOflongpublic void setAssetGroupListingGroupIds(ArrayOflong value)
value - allowed object is
ArrayOflongCopyright © 2024. All rights reserved.