public class GetAUJobDetailsRequest extends ANetApiRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest"> <sequence> <element name="month"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="4"/> <maxLength value="7"/> </restriction> </simpleType> </element> <element name="modifiedTypeFilter" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}AUJobTypeEnum" minOccurs="0"/> <element name="paging" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}Paging" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AUJobTypeEnum |
modifiedTypeFilter |
protected String |
month |
protected Paging |
paging |
clientId, merchantAuthentication, refId
Constructor and Description |
---|
GetAUJobDetailsRequest() |
Modifier and Type | Method and Description |
---|---|
AUJobTypeEnum |
getModifiedTypeFilter()
Gets the value of the modifiedTypeFilter property.
|
String |
getMonth()
Gets the value of the month property.
|
Paging |
getPaging()
Gets the value of the paging property.
|
void |
setModifiedTypeFilter(AUJobTypeEnum value)
Sets the value of the modifiedTypeFilter property.
|
void |
setMonth(String value)
Sets the value of the month property.
|
void |
setPaging(Paging value)
Sets the value of the paging property.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefId
protected String month
protected AUJobTypeEnum modifiedTypeFilter
protected Paging paging
public String getMonth()
String
public void setMonth(String value)
value
- allowed object is
String
public AUJobTypeEnum getModifiedTypeFilter()
AUJobTypeEnum
public void setModifiedTypeFilter(AUJobTypeEnum value)
value
- allowed object is
AUJobTypeEnum
public Paging getPaging()
Paging
Copyright © 2021. All rights reserved.