public class Connection extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
address |
protected List<String> |
edgeSN |
protected String |
id |
protected boolean |
isKeepAlive |
protected List<String> |
mdmIDs |
protected String |
name |
protected String |
type |
| 构造器和说明 |
|---|
Connection() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
List<String> |
getEdgeSN() |
String |
getId() |
List<String> |
getMdmIDs() |
String |
getName() |
String |
getType() |
boolean |
isKeepAlive() |
void |
setAddress(String address) |
void |
setEdgeSN(List<String> edgeSN) |
void |
setId(String id) |
void |
setKeepAlive(boolean isKeepAlive) |
void |
setMdmIDs(List<String> mdmIDs) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
protected String id
protected String name
protected String type
protected boolean isKeepAlive
protected String address
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public boolean isKeepAlive()
public void setKeepAlive(boolean isKeepAlive)
public String getAddress()
public void setAddress(String address)
Copyright © 2018. All rights reserved.