| Package | Description |
|---|---|
| org.onosproject.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.l3vpn.svc.rev20160730.ietfl3vpnsvc.l3vpnsvc.sites |
Implementation of YANG node sites's children nodes.
|
| org.onosproject.yang.gen.v1.urn.ietf.params.xml.ns.yang.yrt.ietf.schedule.rev20160301.yrtietfschedule.schedules.schedules |
Implementation of YANG node schedules's children nodes.
|
| org.onosproject.yang.gen.v1.urn.ietf.params.xml.ns.yang.yrt.ietf.yang.types.rev20130715.yrtietfyangtypes |
Implementation of YANG node yrtIetfYangTypes's children nodes.
|
| Modifier and Type | Field and Description |
|---|---|
protected DateAndTime |
DefaultSite.actualSiteStart |
protected DateAndTime |
DefaultSite.actualSiteStop |
protected DateAndTime |
DefaultSite.requestedSiteStart |
protected DateAndTime |
DefaultSite.requestedSiteStop |
| Modifier and Type | Method and Description |
|---|---|
DateAndTime |
Site.actualSiteStart()
Returns the attribute actualSiteStart.
|
DateAndTime |
DefaultSite.actualSiteStart() |
DateAndTime |
Site.actualSiteStop()
Returns the attribute actualSiteStop.
|
DateAndTime |
DefaultSite.actualSiteStop() |
DateAndTime |
Site.requestedSiteStart()
Returns the attribute requestedSiteStart.
|
DateAndTime |
DefaultSite.requestedSiteStart() |
DateAndTime |
Site.requestedSiteStop()
Returns the attribute requestedSiteStop.
|
DateAndTime |
DefaultSite.requestedSiteStop() |
| Modifier and Type | Method and Description |
|---|---|
void |
Site.actualSiteStart(DateAndTime actualSiteStart)
Sets the attribute actualSiteStart.
|
void |
DefaultSite.actualSiteStart(DateAndTime actualSiteStart) |
void |
Site.actualSiteStop(DateAndTime actualSiteStop)
Sets the attribute actualSiteStop.
|
void |
DefaultSite.actualSiteStop(DateAndTime actualSiteStop) |
void |
Site.requestedSiteStart(DateAndTime requestedSiteStart)
Sets the attribute requestedSiteStart.
|
void |
DefaultSite.requestedSiteStart(DateAndTime requestedSiteStart) |
void |
Site.requestedSiteStop(DateAndTime requestedSiteStop)
Sets the attribute requestedSiteStop.
|
void |
DefaultSite.requestedSiteStop(DateAndTime requestedSiteStop) |
| Modifier and Type | Field and Description |
|---|---|
protected DateAndTime |
DefaultSchedule.start |
| Modifier and Type | Method and Description |
|---|---|
DateAndTime |
Schedule.start()
Returns the attribute start.
|
DateAndTime |
DefaultSchedule.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.start(DateAndTime start)
Sets the attribute start.
|
void |
DefaultSchedule.start(DateAndTime start) |
| Modifier and Type | Method and Description |
|---|---|
static DateAndTime |
DateAndTime.fromString(String valInString)
Returns the object of dateAndTime fromString input String dateAndTime.
|
static DateAndTime |
DateAndTime.of(String value)
Returns the object of dateAndTime for type string.
|
Copyright © 2017. All rights reserved.