Class APIDeviceProperty

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

public class APIDeviceProperty extends APIEntity
Author:
Ɓukasz Kajda <[email protected]>, Slawomir Pawluk <[email protected]>
  • Constructor Details

    • APIDeviceProperty

      public APIDeviceProperty()
    • APIDeviceProperty

      public APIDeviceProperty(Long parentId, Long id, String name, String displayName, Long propertyGroupId, String propertyGroupName, String labelGroupName)
    • APIDeviceProperty

      public APIDeviceProperty(Long id, String name, String displayName, Long propertyGroupId, String propertyGroupName, String labelGroupName)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • getPropertyGroupId

      public Long getPropertyGroupId()
    • setPropertyGroupId

      public void setPropertyGroupId(Long propertyGroupId)
    • getPropertyGroupName

      public String getPropertyGroupName()
    • setPropertyGroupName

      public void setPropertyGroupName(String propertyGroupName)
    • getLabelGroupName

      public String getLabelGroupName()
    • setLabelGroupName

      public void setLabelGroupName(String labelGroupName)
    • clone

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