You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/FreezePeriod.java
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,16 @@ public final class FreezePeriod extends com.google.api.client.json.GenericJson {
42
42
/**
43
43
* The end date (inclusive) of the freeze period. Must be no later than 90 days from the start
44
44
* date. If the end date is earlier than the start date, the freeze period is considered wrapping
45
-
* year-end. Note: year must not be set. For example, {"month": 1,"date": 30}.
45
+
* year-end. Note: day and month must be set. year should not be set as it is not used. For
46
+
* example, {"month": 1,"date": 30}.
46
47
* The value may be {@code null}.
47
48
*/
48
49
@com.google.api.client.util.Key
49
50
privateDateendDate;
50
51
51
52
/**
52
-
* The start date (inclusive) of the freeze period. Note: year must not be set. For example,
53
-
* {"month": 1,"date": 30}.
53
+
* The start date (inclusive) of the freeze period. Note: day and month must be set. year should
54
+
* not be set as it is not used. For example, {"month": 1,"date": 30}.
54
55
* The value may be {@code null}.
55
56
*/
56
57
@com.google.api.client.util.Key
@@ -59,7 +60,8 @@ public final class FreezePeriod extends com.google.api.client.json.GenericJson {
59
60
/**
60
61
* The end date (inclusive) of the freeze period. Must be no later than 90 days from the start
61
62
* date. If the end date is earlier than the start date, the freeze period is considered wrapping
62
-
* year-end. Note: year must not be set. For example, {"month": 1,"date": 30}.
63
+
* year-end. Note: day and month must be set. year should not be set as it is not used. For
64
+
* example, {"month": 1,"date": 30}.
63
65
* @return value or {@code null} for none
64
66
*/
65
67
publicDategetEndDate() {
@@ -69,7 +71,8 @@ public Date getEndDate() {
69
71
/**
70
72
* The end date (inclusive) of the freeze period. Must be no later than 90 days from the start
71
73
* date. If the end date is earlier than the start date, the freeze period is considered wrapping
72
-
* year-end. Note: year must not be set. For example, {"month": 1,"date": 30}.
74
+
* year-end. Note: day and month must be set. year should not be set as it is not used. For
75
+
* example, {"month": 1,"date": 30}.
73
76
* @param endDate endDate or {@code null} for none
74
77
*/
75
78
publicFreezePeriodsetEndDate(DateendDate) {
@@ -78,17 +81,17 @@ public FreezePeriod setEndDate(Date endDate) {
78
81
}
79
82
80
83
/**
81
-
* The start date (inclusive) of the freeze period. Note: year must not be set. For example,
82
-
* {"month": 1,"date": 30}.
84
+
* The start date (inclusive) of the freeze period. Note: day and month must be set. year should
85
+
* not be set as it is not used. For example, {"month": 1,"date": 30}.
83
86
* @return value or {@code null} for none
84
87
*/
85
88
publicDategetStartDate() {
86
89
returnstartDate;
87
90
}
88
91
89
92
/**
90
-
* The start date (inclusive) of the freeze period. Note: year must not be set. For example,
91
-
* {"month": 1,"date": 30}.
93
+
* The start date (inclusive) of the freeze period. Note: day and month must be set. year should
94
+
* not be set as it is not used. For example, {"month": 1,"date": 30}.
92
95
* @param startDate startDate or {@code null} for none
0 commit comments