|
@@ -18,6 +18,8 @@ public class SolarProperties {
|
|
|
|
|
|
private String appVersion;
|
|
|
|
|
|
+ private String moduleCode;
|
|
|
+
|
|
|
private String accessKey;
|
|
|
|
|
|
private String accessSecret;
|
|
@@ -40,6 +42,14 @@ public class SolarProperties {
|
|
|
this.appCode = appCode;
|
|
|
}
|
|
|
|
|
|
+ public String getModuleCode() {
|
|
|
+ return moduleCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setModuleCode(String moduleCode) {
|
|
|
+ this.moduleCode = moduleCode;
|
|
|
+ }
|
|
|
+
|
|
|
public String getAppVersion() {
|
|
|
return appVersion;
|
|
|
}
|