Class Prospect

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.user.customer.Prospect
Direct Known Subclasses:
Prospect

@ApiType("SoftLayer_User_Customer_Prospect")
public class Prospect
extends Entity
See Also:
SoftLayer_User_Customer_Prospect
  • Field Details

  • Constructor Details

    • Prospect

      public Prospect()
  • Method Details

    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount​(Account account)
    • getAssignedEmployees

      public List<Employee> getAssignedEmployees()
    • getQuotes

      public List<Quote> getQuotes()
    • getType

      public Type getType()
    • setType

      public void setType​(Type type)
    • getAssignedEmployeeCount

      public Long getAssignedEmployeeCount()
    • setAssignedEmployeeCount

      public void setAssignedEmployeeCount​(Long assignedEmployeeCount)
    • getQuoteCount

      public Long getQuoteCount()
    • setQuoteCount

      public void setQuoteCount​(Long quoteCount)