public class ExternalEndpoint
extends java.lang.Object
Constructor and Description |
---|
ExternalEndpoint() |
Modifier and Type | Method and Description |
---|---|
java.net.URI |
getAddress()
Address of the endpoint.
|
java.util.Map |
getProperties()
Returns additional properties (if any) needed to communicate with the
endpoint.
|
void |
setAddress(java.net.URI address)
Changes the address of the endpoint.
|
void |
setProperties(java.util.Map properties)
Changes the additional properties needed to communicate with the
endpoint.
|
public java.net.URI getAddress()
public void setAddress(java.net.URI address)
address
- URI representing the endpoint address.public java.util.Map getProperties()
public void setProperties(java.util.Map properties)
properties
- Map of properties keyed by a String name.?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.