|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.VgwTelemetry
public class VgwTelemetry
Vgw Telemetry
Constructor Summary | |
---|---|
VgwTelemetry()
|
Method Summary | |
---|---|
Integer |
getAcceptedRouteCount()
Returns the value of the AcceptedRouteCount property for this object. |
Date |
getLastStatusChange()
Returns the value of the LastStatusChange property for this object. |
String |
getOutsideIpAddress()
Returns the value of the OutsideIpAddress property for this object. |
String |
getStatus()
Returns the value of the Status property for this object. |
String |
getStatusMessage()
Returns the value of the StatusMessage property for this object. |
void |
setAcceptedRouteCount(Integer acceptedRouteCount)
Sets the value of the AcceptedRouteCount property for this object. |
void |
setLastStatusChange(Date lastStatusChange)
Sets the value of the LastStatusChange property for this object. |
void |
setOutsideIpAddress(String outsideIpAddress)
Sets the value of the OutsideIpAddress property for this object. |
void |
setStatus(String status)
Sets the value of the Status property for this object. |
void |
setStatusMessage(String statusMessage)
Sets the value of the StatusMessage property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VgwTelemetry |
withAcceptedRouteCount(Integer acceptedRouteCount)
Sets the value of the AcceptedRouteCount property for this object. |
VgwTelemetry |
withLastStatusChange(Date lastStatusChange)
Sets the value of the LastStatusChange property for this object. |
VgwTelemetry |
withOutsideIpAddress(String outsideIpAddress)
Sets the value of the OutsideIpAddress property for this object. |
VgwTelemetry |
withStatus(String status)
Sets the value of the Status property for this object. |
VgwTelemetry |
withStatusMessage(String statusMessage)
Sets the value of the StatusMessage property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VgwTelemetry()
Method Detail |
---|
public String getOutsideIpAddress()
public void setOutsideIpAddress(String outsideIpAddress)
outsideIpAddress
- The new value for the OutsideIpAddress property for this object.public VgwTelemetry withOutsideIpAddress(String outsideIpAddress)
Returns a reference to this object so that method calls can be chained together.
outsideIpAddress
- The new value for the OutsideIpAddress property for this object.
public String getStatus()
public void setStatus(String status)
status
- The new value for the Status property for this object.public VgwTelemetry withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status
- The new value for the Status property for this object.
public Date getLastStatusChange()
public void setLastStatusChange(Date lastStatusChange)
lastStatusChange
- The new value for the LastStatusChange property for this object.public VgwTelemetry withLastStatusChange(Date lastStatusChange)
Returns a reference to this object so that method calls can be chained together.
lastStatusChange
- The new value for the LastStatusChange property for this object.
public String getStatusMessage()
public void setStatusMessage(String statusMessage)
statusMessage
- The new value for the StatusMessage property for this object.public VgwTelemetry withStatusMessage(String statusMessage)
Returns a reference to this object so that method calls can be chained together.
statusMessage
- The new value for the StatusMessage property for this object.
public Integer getAcceptedRouteCount()
public void setAcceptedRouteCount(Integer acceptedRouteCount)
acceptedRouteCount
- The new value for the AcceptedRouteCount property for this object.public VgwTelemetry withAcceptedRouteCount(Integer acceptedRouteCount)
Returns a reference to this object so that method calls can be chained together.
acceptedRouteCount
- The new value for the AcceptedRouteCount property for this object.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |