public class OspfElementNodeDTO extends Object
Constructor and Description |
---|
OspfElementNodeDTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getOspfAdminStat() |
String |
getOspfCreateTime() |
String |
getOspfLastPollTime() |
String |
getOspfRouterId() |
Integer |
getOspfVersionNumber() |
int |
hashCode() |
void |
setOspfAdminStat(String ospfAdminStat) |
void |
setOspfCreateTime(String ospfCreateTime) |
void |
setOspfLastPollTime(String ospfLastPollTime) |
void |
setOspfRouterId(String ospfRouterId) |
void |
setOspfVersionNumber(Integer ospfVersionNumber) |
String |
toString() |
OspfElementNodeDTO |
withOspfAdminStat(String ospfAdminStat) |
OspfElementNodeDTO |
withOspfCreateTime(String ospfCreateTime) |
OspfElementNodeDTO |
withOspfLastPollTime(String ospfLastPollTime) |
OspfElementNodeDTO |
withOspfRouterId(String ospfRouterId) |
OspfElementNodeDTO |
withOspfVersionNumber(Integer ospfVersionNumber) |
public String getOspfRouterId()
public void setOspfRouterId(String ospfRouterId)
public OspfElementNodeDTO withOspfRouterId(String ospfRouterId)
public Integer getOspfVersionNumber()
public void setOspfVersionNumber(Integer ospfVersionNumber)
public OspfElementNodeDTO withOspfVersionNumber(Integer ospfVersionNumber)
public String getOspfAdminStat()
public void setOspfAdminStat(String ospfAdminStat)
public OspfElementNodeDTO withOspfAdminStat(String ospfAdminStat)
public String getOspfCreateTime()
public void setOspfCreateTime(String ospfCreateTime)
public OspfElementNodeDTO withOspfCreateTime(String ospfCreateTime)
public String getOspfLastPollTime()
public void setOspfLastPollTime(String ospfLastPollTime)
public OspfElementNodeDTO withOspfLastPollTime(String ospfLastPollTime)
Copyright © 2021. All rights reserved.