Class APIService

java.lang.Object
com.testdroid.api.APIEntity
com.testdroid.api.model.APIService

public class APIService extends APIEntity
Author:
Ɓukasz Kajda <[email protected]>
  • Constructor Details

  • Method Details

    • isAutoRenew

      public boolean isAutoRenew()
    • setAutoRenew

      public void setAutoRenew(boolean autoRenew)
    • getCentPrice

      public Integer getCentPrice()
    • setCentPrice

      public void setCentPrice(Integer centPrice)
    • clone

      protected <T extends APIEntity> void clone(T from)
      Specified by:
      clone in class APIEntity
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getPriceString

      public String getPriceString()
    • getIncludedHours

      public Integer getIncludedHours()
    • setIncludedHours

      public void setIncludedHours(Integer includedHours)
    • getPricePerHour

      public Integer getPricePerHour()
    • setPricePerHour

      public void setPricePerHour(Integer pricePerHour)
    • getArchiveTime

      public Date getArchiveTime()
    • setArchiveTime

      public void setArchiveTime(Date archiveTime)
    • getActivateTime

      public Date getActivateTime()
    • setActivateTime

      public void setActivateTime(Date activateTime)
    • isCustomPlan

      public boolean isCustomPlan()
    • setCustomPlan

      public void setCustomPlan(boolean customPlan)
    • getChargeType

      public APIService.ChargeType getChargeType()
    • setChargeType

      public void setChargeType(APIService.ChargeType chargeType)
    • getRoles

      public List<APIRole> getRoles()
    • setRoles

      public void setRoles(List<APIRole> roles)
    • getUnit

      public Unit getUnit()
    • setUnit

      public void setUnit(Unit unit)
    • isActivated

      public boolean isActivated()
    • setActivated

      public void setActivated(boolean activated)
    • getDefaultConcurrences

      public Set<Integer> getDefaultConcurrences()
    • getCommonId

      public String getCommonId()
    • setCommonId

      public void setCommonId(String commonId)
    • setDefaultConcurrences

      public void setDefaultConcurrences(Set<Integer> defaultAvailableConcurrences)
    • getFeatures

      public String getFeatures()
    • setFeatures

      public void setFeatures(String features)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object