TestandtargetAudience.java
836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*
* Decompiled with CFR 0_118.
*/
package com.day.cq.analytics.testandtarget.impl;
import java.util.Date;
public class TestandtargetAudience {
private Date createdAt;
private String createdBy;
private String description;
private long id;
private Date modifiedAt;
private String modifiedBy;
private String name;
public Date getCreatedAt() {
return this.createdAt;
}
public String getCreatedBy() {
return this.createdBy;
}
public String getDescription() {
return this.description;
}
public long getId() {
return this.id;
}
public Date getModifiedAt() {
return this.modifiedAt;
}
public String getModifiedBy() {
return this.modifiedBy;
}
public String getName() {
return this.name;
}
}