public class VgwTelemetry extends Object implements Serializable
| Constructor and Description |
|---|
VgwTelemetry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
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 |
setStatus(TelemetryStatus 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 |
withStatus(TelemetryStatus 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.
|
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()
Constraints:
Allowed Values: UP, DOWN
TelemetryStatuspublic void setStatus(String status)
Constraints:
Allowed Values: UP, DOWN
status - The new value for the Status property for this object.TelemetryStatuspublic VgwTelemetry withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: UP, DOWN
status - The new value for the Status property for this object.TelemetryStatuspublic void setStatus(TelemetryStatus status)
Constraints:
Allowed Values: UP, DOWN
status - The new value for the Status property for this object.TelemetryStatuspublic VgwTelemetry withStatus(TelemetryStatus status)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: UP, DOWN
status - The new value for the Status property for this object.TelemetryStatuspublic 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 ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.