public class PingResultModel
extends java.lang.Object
Constructor and Description |
---|
PingResultModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAuthenticated()
Getter for authenticated - Returns true if you provided authentication for this API call; false if you did not.
|
java.lang.String |
getAuthenticatedUserName()
Getter for authenticatedUserName - The username of the currently authenticated user, if any.
|
AuthenticationTypeId |
getAuthenticationType()
Getter for authenticationType - Returns the type of authentication you provided, if authenticated
|
java.lang.String |
getVersion()
Getter for version - Version number
|
void |
setAuthenticated(java.lang.Boolean authenticated)
Setter for authenticated - Returns true if you provided authentication for this API call; false if you did not.
|
void |
setAuthenticatedUserName(java.lang.String authenticatedUserName)
Setter for authenticatedUserName - The username of the currently authenticated user, if any.
|
void |
setAuthenticationType(AuthenticationTypeId authenticationType)
Setter for authenticationType - Returns the type of authentication you provided, if authenticated
|
void |
setVersion(java.lang.String version)
Setter for version - Version number
|
java.lang.String |
toString()
Returns a JSON string representation of PingResultModel.
|
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
public java.lang.Boolean getAuthenticated()
public void setAuthenticated(java.lang.Boolean authenticated)
public AuthenticationTypeId getAuthenticationType()
public void setAuthenticationType(AuthenticationTypeId authenticationType)
public java.lang.String getAuthenticatedUserName()
public void setAuthenticatedUserName(java.lang.String authenticatedUserName)
public java.lang.String toString()
toString
in class java.lang.Object