public class SyncBody extends Object
| 构造器和说明 |
|---|
SyncBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
DBModuleControllerEntity |
getController() |
DBModuleInterfaceEntity |
getInterfaces() |
String |
getName() |
DBInterfaceParamEntity |
getParams() |
String |
getSecret() |
String |
getUnique() |
void |
setController(DBModuleControllerEntity controller) |
void |
setInterfaces(DBModuleInterfaceEntity interfaces) |
void |
setName(String name) |
void |
setParams(DBInterfaceParamEntity params) |
void |
setSecret(String secret) |
void |
setUnique(String unique) |
public DBModuleControllerEntity getController()
public void setController(DBModuleControllerEntity controller)
public DBModuleInterfaceEntity getInterfaces()
public void setInterfaces(DBModuleInterfaceEntity interfaces)
public DBInterfaceParamEntity getParams()
public void setParams(DBInterfaceParamEntity params)
public String getSecret()
public void setSecret(String secret)
public String getUnique()
public void setUnique(String unique)
public String getName()
public void setName(String name)
Copyright © 2022. All rights reserved.