mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
adding seriasation ID
This commit is contained in:
parent
b856aa36fe
commit
a0030a9b7f
@ -25,6 +25,8 @@ public class AndroidApplication {
|
||||
private String type;
|
||||
private String appIdentifier;
|
||||
|
||||
private static final long serialVersionUID = 760343716452548282L;
|
||||
|
||||
public String getAppIdentifier() {
|
||||
return appIdentifier;
|
||||
}
|
||||
|
||||
@ -30,7 +30,9 @@ public class EnterpriseApplication extends AndroidApplication implements Seriali
|
||||
private String url;
|
||||
private String schedule;
|
||||
private String packageName;
|
||||
|
||||
|
||||
private static final long serialVersionUID = 660343716452348222L;
|
||||
|
||||
public String getSchedule() {
|
||||
return schedule;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user