public class LifeCycle extends AbstractModel
header, skipSign
Constructor and Description |
---|
LifeCycle() |
LifeCycle(LifeCycle source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
LifeCycleCommand[] |
getDestroy()
Get 每次工作空间关闭时执行
|
LifeCycleCommand[] |
getInit()
Get 工作空间首次初始化时执行
|
LifeCycleCommand[] |
getStart()
Get 每次工作空间启动时执行
|
void |
setDestroy(LifeCycleCommand[] Destroy)
Set 每次工作空间关闭时执行
|
void |
setInit(LifeCycleCommand[] Init)
Set 工作空间首次初始化时执行
|
void |
setStart(LifeCycleCommand[] Start)
Set 每次工作空间启动时执行
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LifeCycle()
public LifeCycle(LifeCycle source)
public LifeCycleCommand[] getInit()
public void setInit(LifeCycleCommand[] Init)
Init
- 工作空间首次初始化时执行public LifeCycleCommand[] getStart()
public void setStart(LifeCycleCommand[] Start)
Start
- 每次工作空间启动时执行public LifeCycleCommand[] getDestroy()
public void setDestroy(LifeCycleCommand[] Destroy)
Destroy
- 每次工作空间关闭时执行Copyright © 2024. All rights reserved.