public class Port extends Object
| Constructor and Description |
|---|
Port()
The constructor of Port
|
Port(int port,
String protocol,
String name)
The constructor of Port
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getPort() |
String |
getProtocol() |
Port |
setName(String name) |
Port |
setPort(int port) |
Port |
setProtocol(String protocol) |
Copyright © 2023. All rights reserved.