类 DeleteDeployGroupRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cnap.model.deploygroup.DeleteDeployGroupRequest
-
public class DeleteDeployGroupRequest extends AbstractBceRequest
-
-
构造器概要
构造器 构造器 说明 DeleteDeployGroupRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetApplicationID()StringgetDeployGroupID()booleangetIgnoreUnderlayError()booleangetSkipDeleteUnderlay()StringgetWorkspaceID()voidsetApplicationID(String applicationID)voidsetDeployGroupID(String deployGroupID)voidsetIgnoreUnderlayError(boolean ignoreUnderlayError)voidsetSkipDeleteUnderlay(boolean skipDeleteUnderlay)voidsetWorkspaceID(String workspaceID)DeleteDeployGroupRequestwithApplicationID(String applicationID)DeleteDeployGroupRequestwithDeployGroupID(String deployGroupID)DeleteDeployGroupRequestwithIgnoreUnderlayError(boolean ignoreUnderlayError)DeleteDeployGroupRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.DeleteDeployGroupRequestwithSkipDeleteUnderlay(boolean skipDeleteUnderlay)DeleteDeployGroupRequestwithWorkspaceID(String workspaceID)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getWorkspaceID
public String getWorkspaceID()
-
setWorkspaceID
public void setWorkspaceID(String workspaceID)
-
getApplicationID
public String getApplicationID()
-
setApplicationID
public void setApplicationID(String applicationID)
-
getDeployGroupID
public String getDeployGroupID()
-
setDeployGroupID
public void setDeployGroupID(String deployGroupID)
-
setIgnoreUnderlayError
public void setIgnoreUnderlayError(boolean ignoreUnderlayError)
-
getIgnoreUnderlayError
public boolean getIgnoreUnderlayError()
-
setSkipDeleteUnderlay
public void setSkipDeleteUnderlay(boolean skipDeleteUnderlay)
-
getSkipDeleteUnderlay
public boolean getSkipDeleteUnderlay()
-
withWorkspaceID
public DeleteDeployGroupRequest withWorkspaceID(String workspaceID)
-
withApplicationID
public DeleteDeployGroupRequest withApplicationID(String applicationID)
-
withDeployGroupID
public DeleteDeployGroupRequest withDeployGroupID(String deployGroupID)
-
withIgnoreUnderlayError
public DeleteDeployGroupRequest withIgnoreUnderlayError(boolean ignoreUnderlayError)
-
withSkipDeleteUnderlay
public DeleteDeployGroupRequest withSkipDeleteUnderlay(boolean skipDeleteUnderlay)
-
withRequestCredentials
public DeleteDeployGroupRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- request with credentials.
-
-