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 type;
|
||||||
private String appIdentifier;
|
private String appIdentifier;
|
||||||
|
|
||||||
|
private static final long serialVersionUID = 760343716452548282L;
|
||||||
|
|
||||||
public String getAppIdentifier() {
|
public String getAppIdentifier() {
|
||||||
return appIdentifier;
|
return appIdentifier;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -31,6 +31,8 @@ public class EnterpriseApplication extends AndroidApplication implements Seriali
|
|||||||
private String schedule;
|
private String schedule;
|
||||||
private String packageName;
|
private String packageName;
|
||||||
|
|
||||||
|
private static final long serialVersionUID = 660343716452348222L;
|
||||||
|
|
||||||
public String getSchedule() {
|
public String getSchedule() {
|
||||||
return schedule;
|
return schedule;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user