public interface DenyMaintenancePeriodOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndDate()
public abstract String getEndDate()"deny maintenance period" end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
string end_date = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The endDate. |
getEndDateBytes()
public abstract ByteString getEndDateBytes()"deny maintenance period" end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
string end_date = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for endDate. |
getStartDate()
public abstract String getStartDate()"deny maintenance period" start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
string start_date = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The startDate. |
getStartDateBytes()
public abstract ByteString getStartDateBytes()"deny maintenance period" start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
string start_date = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for startDate. |
getTime()
public abstract String getTime()Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00
string time = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The time. |
getTimeBytes()
public abstract ByteString getTimeBytes()Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00
string time = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for time. |