public class OperationalStatusChangeService extends Object implements LldpSpeakerService
| Constructor and Description |
|---|
OperationalStatusChangeService(LLDPSpeaker speakerInstance) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ChangeOperationalStatusOutput>> |
changeOperationalStatus(ChangeOperationalStatusInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetLldpFloodIntervalOutput>> |
getLldpFloodInterval(GetLldpFloodIntervalInput intput) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetOperationalStatusOutput>> |
getOperationalStatus(GetOperationalStatusInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetLldpFloodIntervalOutput>> |
setLldpFloodInterval(SetLldpFloodIntervalInput input) |
public OperationalStatusChangeService(LLDPSpeaker speakerInstance)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ChangeOperationalStatusOutput>> changeOperationalStatus(ChangeOperationalStatusInput input)
changeOperationalStatus in interface LldpSpeakerServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetOperationalStatusOutput>> getOperationalStatus(GetOperationalStatusInput input)
getOperationalStatus in interface LldpSpeakerServicecom.google.common.util.concurrent.ListenableFuture operationalStatus, or null if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetLldpFloodIntervalOutput>> setLldpFloodInterval(SetLldpFloodIntervalInput input)
setLldpFloodInterval in interface LldpSpeakerServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetLldpFloodIntervalOutput>> getLldpFloodInterval(GetLldpFloodIntervalInput intput)
getLldpFloodInterval in interface LldpSpeakerServicecom.google.common.util.concurrent.ListenableFuture lldpFloodInterval, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.