public class

NewSetRelationshipListResult

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.NewSetRelationshipListResult

Class Overview

Java class for new_set_relationship_list_result complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="new_set_relationship_list_result">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="created" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="failed" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="deleted" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int created
protected int deleted
protected int failed
Public Constructors
NewSetRelationshipListResult()
Public Methods
int getCreated()
Gets the value of the created property.
int getDeleted()
Gets the value of the deleted property.
int getFailed()
Gets the value of the failed property.
void setCreated(int value)
Sets the value of the created property.
void setDeleted(int value)
Sets the value of the deleted property.
void setFailed(int value)
Sets the value of the failed property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int created

protected int deleted

protected int failed

Public Constructors

public NewSetRelationshipListResult ()

Public Methods

public int getCreated ()

Gets the value of the created property.

public int getDeleted ()

Gets the value of the deleted property.

public int getFailed ()

Gets the value of the failed property.

public void setCreated (int value)

Sets the value of the created property.

Parameters
value

public void setDeleted (int value)

Sets the value of the deleted property.

Parameters
value

public void setFailed (int value)

Sets the value of the failed property.

Parameters
value