public class DeletePlayInfoResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
forbiddenList |
List<String> |
ignoredList |
String |
requestId
example:
11-DB8D-4A9A-875B-275798
|
构造器和说明 |
---|
DeletePlayInfoResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static DeletePlayInfoResponseBody |
build(Map<String,?> map) |
List<String> |
getForbiddenList() |
List<String> |
getIgnoredList() |
String |
getRequestId() |
DeletePlayInfoResponseBody |
setForbiddenList(List<String> forbiddenList) |
DeletePlayInfoResponseBody |
setIgnoredList(List<String> ignoredList) |
DeletePlayInfoResponseBody |
setRequestId(String requestId) |
@NameInMap(value="RequestId") public String requestId
11-DB8D-4A9A-875B-275798
public static DeletePlayInfoResponseBody build(Map<String,?> map) throws Exception
Exception
public DeletePlayInfoResponseBody setForbiddenList(List<String> forbiddenList)
public DeletePlayInfoResponseBody setIgnoredList(List<String> ignoredList)
public DeletePlayInfoResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.