public class VgwTelemetry
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
VgwTelemetry() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object