Class Attributes
- java.lang.Object
-
- org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
-
- org.apache.camel.component.salesforce.api.dto.Attributes
-
public class Attributes extends AbstractDTOBase
-
-
Constructor Summary
Constructors Constructor Description Attributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReferenceId()StringgetType()StringgetUrl()voidsetReferenceId(String referenceId)voidsetType(String type)voidsetUrl(String url)StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getReferenceId
public String getReferenceId()
-
setReferenceId
public void setReferenceId(String referenceId)
-
toString
public String toString()
- Overrides:
toStringin classAbstractDTOBase
-
-