public static class ExtensionEndpointConfiguration.InputEndpoint extends Object
| Constructor and Description |
|---|
ExtensionEndpointConfiguration.InputEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLocalPort()
Required.
|
String |
getName()
Required.
|
int |
getPort()
Required.
|
String |
getProtocol()
Required.
|
void |
setLocalPort(int localPortValue)
Required.
|
void |
setName(String nameValue)
Required.
|
void |
setPort(int portValue)
Required.
|
void |
setProtocol(String protocolValue)
Required.
|
public ExtensionEndpointConfiguration.InputEndpoint()
public int getLocalPort()
public void setLocalPort(int localPortValue)
localPortValue - The LocalPort value.public String getName()
public void setName(String nameValue)
nameValue - The Name value.public int getPort()
public void setPort(int portValue)
portValue - The Port value.public String getProtocol()
public void setProtocol(String protocolValue)
protocolValue - The Protocol value./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/