Class APIUserFileProperty

java.lang.Object
com.testdroid.api.APIEntity
com.testdroid.api.model.APIUserFileProperty
All Implemented Interfaces:
Serializable

public class APIUserFileProperty extends APIEntity implements Serializable
Author:
MichaƂ Szpruta <[email protected]>, Slawomir Pawluk <[email protected]>
See Also:
  • Constructor Details

    • APIUserFileProperty

      public APIUserFileProperty()
    • APIUserFileProperty

      public APIUserFileProperty(Long id, String key, String value)
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • clone

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