mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
This commit is contained in:
commit
596a99d412
@ -35,6 +35,11 @@ public class License {
|
|||||||
private Date validTo;
|
private Date validTo;
|
||||||
private String text;
|
private String text;
|
||||||
|
|
||||||
|
public License() {
|
||||||
|
this.validFrom = new Date();
|
||||||
|
this.validFrom = new Date();
|
||||||
|
}
|
||||||
|
|
||||||
@XmlElement(name = "Provider", required = true)
|
@XmlElement(name = "Provider", required = true)
|
||||||
public String getProvider() {
|
public String getProvider() {
|
||||||
return provider;
|
return provider;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user