public static class GetSubscriptionResponseBody.GetSubscriptionResponseBodyDataScopeObjectList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
id
example:
10
|
Long |
isValid |
String |
scope
example:
SERVICE
|
String |
scopeObject |
Long |
scopeObjectId
example:
10
|
构造器和说明 |
---|
GetSubscriptionResponseBodyDataScopeObjectList() |
@NameInMap(value="id") public Long id
10
@NameInMap(value="isValid") public Long isValid
@NameInMap(value="scope") public String scope
SERVICE
@NameInMap(value="scopeObject") public String scopeObject
@NameInMap(value="scopeObjectId") public Long scopeObjectId
10
public GetSubscriptionResponseBodyDataScopeObjectList()
public static GetSubscriptionResponseBody.GetSubscriptionResponseBodyDataScopeObjectList build(Map<String,?> map) throws Exception
Exception
public GetSubscriptionResponseBody.GetSubscriptionResponseBodyDataScopeObjectList setId(Long id)
public Long getId()
public GetSubscriptionResponseBody.GetSubscriptionResponseBodyDataScopeObjectList setIsValid(Long isValid)
public Long getIsValid()
public GetSubscriptionResponseBody.GetSubscriptionResponseBodyDataScopeObjectList setScope(String scope)
public String getScope()
public GetSubscriptionResponseBody.GetSubscriptionResponseBodyDataScopeObjectList setScopeObject(String scopeObject)
public String getScopeObject()
public GetSubscriptionResponseBody.GetSubscriptionResponseBodyDataScopeObjectList setScopeObjectId(Long scopeObjectId)
public Long getScopeObjectId()
Copyright © 2024. All rights reserved.