public class BatchDeleteDocumentBlockChildrenReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchDeleteDocumentBlockChildrenReq.Builder |
| 构造器和说明 |
|---|
BatchDeleteDocumentBlockChildrenReq() |
BatchDeleteDocumentBlockChildrenReq(BatchDeleteDocumentBlockChildrenReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchDeleteDocumentBlockChildrenReqBody |
getBatchDeleteDocumentBlockChildrenReqBody() |
String |
getBlockId() |
String |
getClientToken() |
String |
getDocumentId() |
Integer |
getDocumentRevisionId() |
static BatchDeleteDocumentBlockChildrenReq.Builder |
newBuilder() |
void |
setBatchDeleteDocumentBlockChildrenReqBody(BatchDeleteDocumentBlockChildrenReqBody body) |
void |
setBlockId(String blockId) |
void |
setClientToken(String clientToken) |
void |
setDocumentId(String documentId) |
void |
setDocumentRevisionId(Integer documentRevisionId) |
public BatchDeleteDocumentBlockChildrenReq()
public BatchDeleteDocumentBlockChildrenReq(BatchDeleteDocumentBlockChildrenReq.Builder builder)
public static BatchDeleteDocumentBlockChildrenReq.Builder newBuilder()
public Integer getDocumentRevisionId()
public void setDocumentRevisionId(Integer documentRevisionId)
public String getClientToken()
public void setClientToken(String clientToken)
public String getDocumentId()
public void setDocumentId(String documentId)
public String getBlockId()
public void setBlockId(String blockId)
public BatchDeleteDocumentBlockChildrenReqBody getBatchDeleteDocumentBlockChildrenReqBody()
public void setBatchDeleteDocumentBlockChildrenReqBody(BatchDeleteDocumentBlockChildrenReqBody body)
Copyright © 2022. All rights reserved.