类 ProjectState
java.lang.Object
top.codef.codef.entities.ProjectState
-
构造器概要
构造器构造器说明ProjectState(String appName, String serviceName, String serviceInstance, String tenantId, ServerState state, String processUid) 状态成功ProjectState(String appName, String serviceName, String serviceInstance, String tenantId, ServerState state, String failReason, String deployProcessUid) 状态失败 -
方法概要
修饰符和类型方法说明getState()booleanvoidsetAppName(String appName) voidsetDeployProcessUid(String deployProcessUid) voidsetFailReason(String failReason) voidsetServiceInstance(String serviceInstance) voidsetServiceName(String serviceName) voidsetState(ServerState state) voidsetSuccess(boolean success) voidsetTenantId(String tenantId) toString()
-
构造器详细资料
-
ProjectState
public ProjectState(String appName, String serviceName, String serviceInstance, String tenantId, ServerState state, String processUid) 状态成功- 参数:
appName-serviceName-serviceInstance-tenantId-state-
-
ProjectState
public ProjectState(String appName, String serviceName, String serviceInstance, String tenantId, ServerState state, String failReason, String deployProcessUid) 状态失败- 参数:
appName-serviceName-serviceInstance-tenantId-state-failReason-
-
ProjectState
public ProjectState()
-
-
方法详细资料
-
getAppName
- 返回:
- the appName
-
setAppName
- 参数:
appName- the appName to set
-
getServiceName
- 返回:
- the serviceName
-
setServiceName
- 参数:
serviceName- the serviceName to set
-
getServiceInstance
- 返回:
- the serviceInstance
-
setServiceInstance
- 参数:
serviceInstance- the serviceInstance to set
-
getTenantId
- 返回:
- the tenantId
-
setTenantId
- 参数:
tenantId- the tenantId to set
-
isSuccess
public boolean isSuccess()- 返回:
- the success
-
setSuccess
public void setSuccess(boolean success) - 参数:
success- the success to set
-
getState
- 返回:
- the state
-
setState
- 参数:
state- the state to set
-
getFailReason
- 返回:
- the failReason
-
setFailReason
- 参数:
failReason- the failReason to set
-
getDeployProcessUid
- 返回:
- the deployProcessUid
-
setDeployProcessUid
- 参数:
deployProcessUid- the deployProcessUid to set
-
toString
-