|
Did this page help you?Yes No Tell us about it... |
||||||
| 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 | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getAcceptedRouteCount()
Returns the value of the AcceptedRouteCount property for this object. |
java.util.Date |
getLastStatusChange()
Returns the value of the LastStatusChange property for this object. |
java.lang.String |
getOutsideIpAddress()
Returns the value of the OutsideIpAddress property for this object. |
java.lang.String |
getStatus()
Returns the value of the Status property for this object. |
java.lang.String |
getStatusMessage()
Returns the value of the StatusMessage property for this object. |
int |
hashCode()
|
void |
setAcceptedRouteCount(java.lang.Integer acceptedRouteCount)
Sets the value of the AcceptedRouteCount property for this object. |
void |
setLastStatusChange(java.util.Date lastStatusChange)
Sets the value of the LastStatusChange property for this object. |
void |
setOutsideIpAddress(java.lang.String outsideIpAddress)
Sets the value of the OutsideIpAddress property for this object. |
void |
setStatus(java.lang.String status)
Sets the value of the Status property for this object. |
void |
setStatusMessage(java.lang.String statusMessage)
Sets the value of the StatusMessage property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VgwTelemetry |
withAcceptedRouteCount(java.lang.Integer acceptedRouteCount)
Sets the value of the AcceptedRouteCount property for this object. |
VgwTelemetry |
withLastStatusChange(java.util.Date lastStatusChange)
Sets the value of the LastStatusChange property for this object. |
VgwTelemetry |
withOutsideIpAddress(java.lang.String outsideIpAddress)
Sets the value of the OutsideIpAddress property for this object. |
VgwTelemetry |
withStatus(java.lang.String status)
Sets the value of the Status property for this object. |
VgwTelemetry |
withStatusMessage(java.lang.String statusMessage)
Sets the value of the StatusMessage property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VgwTelemetry()
| Method Detail |
|---|
public java.lang.String getOutsideIpAddress()
public void setOutsideIpAddress(java.lang.String outsideIpAddress)
outsideIpAddress - The new value for the OutsideIpAddress property for this object.public VgwTelemetry withOutsideIpAddress(java.lang.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 java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The new value for the Status property for this object.public VgwTelemetry withStatus(java.lang.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 java.util.Date getLastStatusChange()
public void setLastStatusChange(java.util.Date lastStatusChange)
lastStatusChange - The new value for the LastStatusChange property for this object.public VgwTelemetry withLastStatusChange(java.util.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 java.lang.String getStatusMessage()
public void setStatusMessage(java.lang.String statusMessage)
statusMessage - The new value for the StatusMessage property for this object.public VgwTelemetry withStatusMessage(java.lang.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 java.lang.Integer getAcceptedRouteCount()
public void setAcceptedRouteCount(java.lang.Integer acceptedRouteCount)
acceptedRouteCount - The new value for the AcceptedRouteCount property for this object.public VgwTelemetry withAcceptedRouteCount(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||