Lines Matching refs:String
24 private String bundleName = "";
28 private String versionName = "";
32 private String patchVersionName = "";
34 private String moduleName = "";
36 private String type = "";
38 private List<String> deviceTypes = new ArrayList<>();
40 private String originalModuleHash = "";
42 public String getBundleName() { in getBundleName()
46 public void setBundleName(String bundleName) { in setBundleName()
58 public String getVersionName() { in getVersionName()
62 public void setVersionName(String versionName) { in setVersionName()
74 public String getPatchVersionName() { in getPatchVersionName()
78 public void setPatchVersionName(String patchVersionName) { in setPatchVersionName()
82 public String getModuleName() { in getModuleName()
86 public void setModuleName(String moduleName) { in setModuleName()
90 public String getType() { in getType()
94 public void setType(String type) { in setType()
98 public List<String> getDeviceTypes() { in getDeviceTypes()
102 public void setDeviceTypes(List<String> deviceTypes) { in setDeviceTypes()
106 public String getOriginalModuleHash() { in getOriginalModuleHash()
110 public void setOriginalModuleHash(String originalModuleHash) { in setOriginalModuleHash()