public class DateSpecificRuleUserList extends RuleBasedUserList
startDate (inclusive) and endDate (inclusive);
endDate (exclusive) with startDate = 2000-01-01;
startDate (exclusive) with endDate = 2037-12-30.
Java class for DateSpecificRuleUserList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateSpecificRuleUserList">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/rm/v201809}RuleBasedUserList">
<sequence>
<element name="rule" type="{https://adwords.google.com/api/adwords/rm/v201809}Rule" minOccurs="0"/>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
endDate |
protected Rule |
rule |
protected String |
startDate |
prepopulationStatusaccessReason, accountUserListStatus, closingReason, description, id, integrationCode, isEligibleForDisplay, isEligibleForSearch, isReadOnly, listType, membershipLifeSpan, name, size, sizeForSearch, sizeRange, sizeRangeForSearch, status, userListType| Constructor and Description |
|---|
DateSpecificRuleUserList() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndDate()
Gets the value of the endDate property.
|
Rule |
getRule()
Gets the value of the rule property.
|
String |
getStartDate()
Gets the value of the startDate property.
|
void |
setEndDate(String value)
Sets the value of the endDate property.
|
void |
setRule(Rule value)
Sets the value of the rule property.
|
void |
setStartDate(String value)
Sets the value of the startDate property.
|
getPrepopulationStatus, setPrepopulationStatusgetAccessReason, getAccountUserListStatus, getClosingReason, getDescription, getId, getIntegrationCode, getListType, getMembershipLifeSpan, getName, getSize, getSizeForSearch, getSizeRange, getSizeRangeForSearch, getStatus, getUserListType, isIsEligibleForDisplay, isIsEligibleForSearch, isIsReadOnly, setAccessReason, setAccountUserListStatus, setClosingReason, setDescription, setId, setIntegrationCode, setIsEligibleForDisplay, setIsEligibleForSearch, setIsReadOnly, setListType, setMembershipLifeSpan, setName, setSize, setSizeForSearch, setSizeRange, setSizeRangeForSearch, setStatus, setUserListTypeprotected Rule rule
protected String startDate
protected String endDate
public void setRule(Rule value)
value - allowed object is
Rulepublic String getStartDate()
Stringpublic void setStartDate(String value)
value - allowed object is
Stringpublic String getEndDate()
StringCopyright © 2023. All rights reserved.