类 ProjectState

java.lang.Object
top.codef.codef.entities.ProjectState

public class ProjectState extends Object
  • 构造器详细资料

    • 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

      public String getAppName()
      返回:
      the appName
    • setAppName

      public void setAppName(String appName)
      参数:
      appName - the appName to set
    • getServiceName

      public String getServiceName()
      返回:
      the serviceName
    • setServiceName

      public void setServiceName(String serviceName)
      参数:
      serviceName - the serviceName to set
    • getServiceInstance

      public String getServiceInstance()
      返回:
      the serviceInstance
    • setServiceInstance

      public void setServiceInstance(String serviceInstance)
      参数:
      serviceInstance - the serviceInstance to set
    • getTenantId

      public String getTenantId()
      返回:
      the tenantId
    • setTenantId

      public void setTenantId(String tenantId)
      参数:
      tenantId - the tenantId to set
    • isSuccess

      public boolean isSuccess()
      返回:
      the success
    • setSuccess

      public void setSuccess(boolean success)
      参数:
      success - the success to set
    • getState

      public ServerState getState()
      返回:
      the state
    • setState

      public void setState(ServerState state)
      参数:
      state - the state to set
    • getFailReason

      public String getFailReason()
      返回:
      the failReason
    • setFailReason

      public void setFailReason(String failReason)
      参数:
      failReason - the failReason to set
    • getDeployProcessUid

      public String getDeployProcessUid()
      返回:
      the deployProcessUid
    • setDeployProcessUid

      public void setDeployProcessUid(String deployProcessUid)
      参数:
      deployProcessUid - the deployProcessUid to set
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object