Class ConnectionData


public class ConnectionData extends SerializableEntity
  • Constructor Details

    • ConnectionData

      public ConnectionData()
  • Method Details

    • getAuthenticatedUser

      public AuthenticatedUser getAuthenticatedUser()
    • setAuthenticatedUser

      public void setAuthenticatedUser(AuthenticatedUser authenticatedUser)
    • getAuthorizedUser

      public AuthorizedUser getAuthorizedUser()
    • setAuthorizedUser

      public void setAuthorizedUser(AuthorizedUser authorizedUser)
    • getInstanceId

      public String getInstanceId()
    • setInstanceId

      public void setInstanceId(String instanceId)
    • getDeploymentId

      public String getDeploymentId()
    • setDeploymentId

      public void setDeploymentId(String deploymentId)
    • getDeploymentType

      public String getDeploymentType()
    • setDeploymentType

      public void setDeploymentType(String deploymentType)
    • getLocationServiceData

      public LocationServiceData getLocationServiceData()
    • setLocationServiceData

      public void setLocationServiceData(LocationServiceData locationServiceData)