public class GetSubscriptionRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
notFilterScopeObjectDeleted |
Long |
subscriptionId
example:
10
|
构造器和说明 |
---|
GetSubscriptionRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetSubscriptionRequest |
build(Map<String,?> map) |
Boolean |
getNotFilterScopeObjectDeleted() |
Long |
getSubscriptionId() |
GetSubscriptionRequest |
setNotFilterScopeObjectDeleted(Boolean notFilterScopeObjectDeleted) |
GetSubscriptionRequest |
setSubscriptionId(Long subscriptionId) |
@NameInMap(value="notFilterScopeObjectDeleted") public Boolean notFilterScopeObjectDeleted
@NameInMap(value="subscriptionId") public Long subscriptionId
10
public static GetSubscriptionRequest build(Map<String,?> map) throws Exception
Exception
public GetSubscriptionRequest setNotFilterScopeObjectDeleted(Boolean notFilterScopeObjectDeleted)
public Boolean getNotFilterScopeObjectDeleted()
public GetSubscriptionRequest setSubscriptionId(Long subscriptionId)
public Long getSubscriptionId()
Copyright © 2024. All rights reserved.