Class APIBillingPeriodUsage

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

public class APIBillingPeriodUsage extends APIEntity
Author:
MichaƂ Szpruta <[email protected]>
  • Constructor Details

    • APIBillingPeriodUsage

      public APIBillingPeriodUsage()
    • APIBillingPeriodUsage

      public APIBillingPeriodUsage(APIDeviceSession.Type type, APIDevice.OsType osType, long billableSeconds, long nonBillableSeconds)
  • Method Details

    • getType

      public APIDeviceSession.Type getType()
    • getOsType

      public APIDevice.OsType getOsType()
    • getBillableSeconds

      public long getBillableSeconds()
    • getNonBillableSeconds

      public long getNonBillableSeconds()
    • setType

      public void setType(APIDeviceSession.Type type)
    • setOsType

      public void setOsType(APIDevice.OsType osType)
    • setBillableSeconds

      public void setBillableSeconds(long billableSeconds)
    • setNonBillableSeconds

      public void setNonBillableSeconds(long nonBillableSeconds)
    • clone

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