public class ContainerAsyncRequest extends SObject
Java class for ContainerAsyncRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContainerAsyncRequest">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="CreatedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="CreatedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="DeployDetails" type="{urn:tooling.soap.sforce.com}DeployDetails" minOccurs="0"/>
<element name="ErrorMsg" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsCheckOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsRunTests" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LastModifiedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="LastModifiedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="LastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="MetadataContainer" type="{urn:tooling.soap.sforce.com}MetadataContainer" minOccurs="0"/>
<element name="MetadataContainerId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="MetadataContainerMember" type="{urn:tooling.soap.sforce.com}sObject" minOccurs="0"/>
<element name="MetadataContainerMemberId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SystemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected DeployDetails |
deployDetails |
protected String |
errorMsg |
protected Boolean |
isCheckOnly |
protected Boolean |
isDeleted |
protected Boolean |
isRunTests |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected MetadataContainer |
metadataContainer |
protected String |
metadataContainerId |
protected SObject |
metadataContainerMember |
protected String |
metadataContainerMemberId |
protected String |
state |
protected XMLGregorianCalendar |
systemModstamp |
fieldsToNull, id| Constructor and Description |
|---|
ContainerAsyncRequest() |
| Modifier and Type | Method and Description |
|---|---|
User |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getCreatedById()
Gets the value of the createdById property.
|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
DeployDetails |
getDeployDetails()
Gets the value of the deployDetails property.
|
String |
getErrorMsg()
Gets the value of the errorMsg property.
|
User |
getLastModifiedBy()
Gets the value of the lastModifiedBy property.
|
String |
getLastModifiedById()
Gets the value of the lastModifiedById property.
|
XMLGregorianCalendar |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
MetadataContainer |
getMetadataContainer()
Gets the value of the metadataContainer property.
|
String |
getMetadataContainerId()
Gets the value of the metadataContainerId property.
|
SObject |
getMetadataContainerMember()
Gets the value of the metadataContainerMember property.
|
String |
getMetadataContainerMemberId()
Gets the value of the metadataContainerMemberId property.
|
String |
getState()
Gets the value of the state property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
Boolean |
isIsCheckOnly()
Gets the value of the isCheckOnly property.
|
Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
Boolean |
isIsRunTests()
Gets the value of the isRunTests property.
|
void |
setCreatedBy(User value)
Sets the value of the createdBy property.
|
void |
setCreatedById(String value)
Sets the value of the createdById property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setDeployDetails(DeployDetails value)
Sets the value of the deployDetails property.
|
void |
setErrorMsg(String value)
Sets the value of the errorMsg property.
|
void |
setIsCheckOnly(Boolean value)
Sets the value of the isCheckOnly property.
|
void |
setIsDeleted(Boolean value)
Sets the value of the isDeleted property.
|
void |
setIsRunTests(Boolean value)
Sets the value of the isRunTests property.
|
void |
setLastModifiedBy(User value)
Sets the value of the lastModifiedBy property.
|
void |
setLastModifiedById(String value)
Sets the value of the lastModifiedById property.
|
void |
setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
|
void |
setMetadataContainer(MetadataContainer value)
Sets the value of the metadataContainer property.
|
void |
setMetadataContainerId(String value)
Sets the value of the metadataContainerId property.
|
void |
setMetadataContainerMember(SObject value)
Sets the value of the metadataContainerMember property.
|
void |
setMetadataContainerMemberId(String value)
Sets the value of the metadataContainerMemberId property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
getFieldsToNull, getId, setIdprotected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected DeployDetails deployDetails
protected String errorMsg
protected Boolean isCheckOnly
protected Boolean isDeleted
protected Boolean isRunTests
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected MetadataContainer metadataContainer
protected String metadataContainerId
protected SObject metadataContainerMember
protected String metadataContainerMemberId
protected String state
protected XMLGregorianCalendar systemModstamp
public User getCreatedBy()
Userpublic void setCreatedBy(User value)
value - allowed object is
Userpublic String getCreatedById()
Stringpublic void setCreatedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic DeployDetails getDeployDetails()
DeployDetailspublic void setDeployDetails(DeployDetails value)
value - allowed object is
DeployDetailspublic String getErrorMsg()
Stringpublic void setErrorMsg(String value)
value - allowed object is
Stringpublic Boolean isIsCheckOnly()
Booleanpublic void setIsCheckOnly(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsDeleted()
Booleanpublic void setIsDeleted(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsRunTests()
Booleanpublic void setIsRunTests(Boolean value)
value - allowed object is
Booleanpublic User getLastModifiedBy()
Userpublic void setLastModifiedBy(User value)
value - allowed object is
Userpublic String getLastModifiedById()
Stringpublic void setLastModifiedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModifiedDate()
XMLGregorianCalendarpublic void setLastModifiedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic MetadataContainer getMetadataContainer()
MetadataContainerpublic void setMetadataContainer(MetadataContainer value)
value - allowed object is
MetadataContainerpublic String getMetadataContainerId()
Stringpublic void setMetadataContainerId(String value)
value - allowed object is
Stringpublic SObject getMetadataContainerMember()
SObjectpublic void setMetadataContainerMember(SObject value)
value - allowed object is
SObjectpublic String getMetadataContainerMemberId()
Stringpublic void setMetadataContainerMemberId(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.