public abstract class WorkflowRequest extends Object
WorkflowRequest represents a workflow action unit that requires external or manual
interference.
Java class for WorkflowRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="workflowRuleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="entityId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="entityType" type="{https://www.google.com/apis/ads/publisher/v201708}WorkflowEntityType" minOccurs="0"/>
<element name="type" type="{https://www.google.com/apis/ads/publisher/v201708}WorkflowRequestType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
entityId |
protected WorkflowEntityType |
entityType |
protected Long |
id |
protected WorkflowRequestType |
type |
protected String |
workflowRuleName |
| Constructor and Description |
|---|
WorkflowRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEntityId()
Gets the value of the entityId property.
|
WorkflowEntityType |
getEntityType()
Gets the value of the entityType property.
|
Long |
getId()
Gets the value of the id property.
|
WorkflowRequestType |
getType()
Gets the value of the type property.
|
String |
getWorkflowRuleName()
Gets the value of the workflowRuleName property.
|
void |
setEntityId(Long value)
Sets the value of the entityId property.
|
void |
setEntityType(WorkflowEntityType value)
Sets the value of the entityType property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setType(WorkflowRequestType value)
Sets the value of the type property.
|
void |
setWorkflowRuleName(String value)
Sets the value of the workflowRuleName property.
|
protected Long id
protected String workflowRuleName
protected Long entityId
protected WorkflowEntityType entityType
protected WorkflowRequestType type
public void setId(Long value)
value - allowed object is
Longpublic String getWorkflowRuleName()
Stringpublic void setWorkflowRuleName(String value)
value - allowed object is
Stringpublic Long getEntityId()
Longpublic void setEntityId(Long value)
value - allowed object is
Longpublic WorkflowEntityType getEntityType()
WorkflowEntityTypepublic void setEntityType(WorkflowEntityType value)
value - allowed object is
WorkflowEntityTypepublic WorkflowRequestType getType()
WorkflowRequestTypepublic void setType(WorkflowRequestType value)
value - allowed object is
WorkflowRequestTypeCopyright © 2018. All Rights Reserved.