类 IServiceInstanceModel
- java.lang.Object
-
- net.risesoft.api.persistence.model.IServiceInstanceModel
-
- 所有已实现的接口:
Serializable,GetEnvironment,GetService
@Entity public class IServiceInstanceModel extends Object implements Serializable, GetEnvironment, GetService
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 IServiceInstanceModel()
-
方法概要
-
-
-
方法详细资料
-
getWatchServer
public String getWatchServer()
-
setWatchServer
public void setWatchServer(String watchServer)
-
getLogPath
public String getLogPath()
-
getExpiresTime
public Integer getExpiresTime()
-
setExpiresTime
public void setExpiresTime(Integer expiresTime)
-
getWeight
public Integer getWeight()
-
setWeight
public void setWeight(Integer weight)
-
getPort
public Integer getPort()
-
getStatus
public Integer getStatus()
-
getUpdateTime
public Long getUpdateTime()
-
getRegisterTime
public Long getRegisterTime()
-
getEnvironment
public String getEnvironment()
从接口复制的说明:GetEnvironment检查环境- 指定者:
getEnvironment在接口中GetEnvironment- 返回:
-
setEnvironment
public void setEnvironment(String environment)
-
setLogPath
public void setLogPath(String logPath)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getManagerInfo
public String getManagerInfo()
-
setManagerInfo
public void setManagerInfo(String managerInfo)
-
getInstanceId
public String getInstanceId()
-
setInstanceId
public void setInstanceId(String instanceId)
-
getServiceId
public String getServiceId()
-
setServiceId
public void setServiceId(String serviceId)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getScheme
public String getScheme()
-
setScheme
public void setScheme(String scheme)
-
setPort
public void setPort(Integer port)
-
getSecure
public boolean getSecure()
-
setSecureForInt
public void setSecureForInt(Integer secure)
-
setSecure
public void setSecure(Boolean secure)
-
setMetadataForStr
public void setMetadataForStr(String metadata)
-
getWatchInfo
public WatchProperties getWatchInfo()
-
setWatchInfoForStr
public void setWatchInfoForStr(String watchInfo)
-
setWatchInfo
public void setWatchInfo(WatchProperties watchInfo)
-
setStatus
public void setStatus(Integer status)
-
getCustom
public boolean getCustom()
-
setCustom
public void setCustom(boolean custom)
-
setUpdateTime
public void setUpdateTime(Long updateTime)
-
setRegisterTime
public void setRegisterTime(Long registerTime)
-
getContext
public String getContext()
-
setContext
public void setContext(String context)
-
getService
public String getService()
从接口复制的说明:GetService检查环境- 指定者:
getService在接口中GetService- 返回:
-
-