public class DeleteServiceRequest extends AbstractModel
Constructor and Description |
---|
DeleteServiceRequest() |
DeleteServiceRequest(DeleteServiceRequest 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 |
---|---|
String |
getServiceId()
Get 待删除服务的唯一 ID。
|
Long |
getSkipVerification()
Get 跳过删除前置条件校验(仅支持独享实例上的服务)
|
void |
setServiceId(String ServiceId)
Set 待删除服务的唯一 ID。
|
void |
setSkipVerification(Long SkipVerification)
Set 跳过删除前置条件校验(仅支持独享实例上的服务)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteServiceRequest()
public DeleteServiceRequest(DeleteServiceRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- 待删除服务的唯一 ID。public Long getSkipVerification()
public void setSkipVerification(Long SkipVerification)
SkipVerification
- 跳过删除前置条件校验(仅支持独享实例上的服务)Copyright © 2022. All rights reserved.