public class GetContentReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetContentReq.Builder |
| 构造器和说明 |
|---|
GetContentReq() |
GetContentReq(GetContentReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContentType() |
String |
getDocToken() |
String |
getDocType() |
String |
getLang() |
static GetContentReq.Builder |
newBuilder() |
void |
setContentType(String contentType) |
void |
setDocToken(String docToken) |
void |
setDocType(String docType) |
void |
setLang(String lang) |
public GetContentReq()
public GetContentReq(GetContentReq.Builder builder)
public static GetContentReq.Builder newBuilder()
public String getDocToken()
public void setDocToken(String docToken)
public String getDocType()
public void setDocType(String docType)
public String getContentType()
public void setContentType(String contentType)
public String getLang()
public void setLang(String lang)
Copyright © 2025. All rights reserved.