public class ListSubscriptionsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
example:
601FA6A2-AC5C-4B59-BE11-378FTOKENA11
|
Boolean |
notFilterScopeObjectDeleted |
String |
notifyObject
example:
test
|
String |
notifyObjectType
example:
SERVICE
|
Integer |
pageNumber
example:
1
|
Integer |
pageSize
example:
10
|
String |
scope
example:
SERVICE
|
String |
scopeObject
example:
TestName
|
String |
subscriptionTitle
example:
newTitle
|
构造器和说明 |
---|
ListSubscriptionsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListSubscriptionsRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getNotFilterScopeObjectDeleted() |
String |
getNotifyObject() |
String |
getNotifyObjectType() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getScope() |
String |
getScopeObject() |
String |
getSubscriptionTitle() |
ListSubscriptionsRequest |
setClientToken(String clientToken) |
ListSubscriptionsRequest |
setNotFilterScopeObjectDeleted(Boolean notFilterScopeObjectDeleted) |
ListSubscriptionsRequest |
setNotifyObject(String notifyObject) |
ListSubscriptionsRequest |
setNotifyObjectType(String notifyObjectType) |
ListSubscriptionsRequest |
setPageNumber(Integer pageNumber) |
ListSubscriptionsRequest |
setPageSize(Integer pageSize) |
ListSubscriptionsRequest |
setScope(String scope) |
ListSubscriptionsRequest |
setScopeObject(String scopeObject) |
ListSubscriptionsRequest |
setSubscriptionTitle(String subscriptionTitle) |
@NameInMap(value="clientToken") public String clientToken
601FA6A2-AC5C-4B59-BE11-378FTOKENA11
@NameInMap(value="notFilterScopeObjectDeleted") public Boolean notFilterScopeObjectDeleted
@NameInMap(value="notifyObject") public String notifyObject
test
@NameInMap(value="notifyObjectType") public String notifyObjectType
SERVICE
@NameInMap(value="pageNumber") public Integer pageNumber
1
@NameInMap(value="pageSize") public Integer pageSize
10
@NameInMap(value="scope") public String scope
SERVICE
@NameInMap(value="scopeObject") public String scopeObject
TestName
@NameInMap(value="subscriptionTitle") public String subscriptionTitle
newTitle
public static ListSubscriptionsRequest build(Map<String,?> map) throws Exception
Exception
public ListSubscriptionsRequest setClientToken(String clientToken)
public String getClientToken()
public ListSubscriptionsRequest setNotFilterScopeObjectDeleted(Boolean notFilterScopeObjectDeleted)
public Boolean getNotFilterScopeObjectDeleted()
public ListSubscriptionsRequest setNotifyObject(String notifyObject)
public String getNotifyObject()
public ListSubscriptionsRequest setNotifyObjectType(String notifyObjectType)
public String getNotifyObjectType()
public ListSubscriptionsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListSubscriptionsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListSubscriptionsRequest setScope(String scope)
public String getScope()
public ListSubscriptionsRequest setScopeObject(String scopeObject)
public String getScopeObject()
public ListSubscriptionsRequest setSubscriptionTitle(String subscriptionTitle)
public String getSubscriptionTitle()
Copyright © 2024. All rights reserved.