public class GetCodeCompletionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
fetchKeys |
Boolean |
isEncrypted |
| 构造器和说明 |
|---|
GetCodeCompletionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetCodeCompletionRequest |
build(Map<String,?> map) |
String |
getFetchKeys() |
Boolean |
getIsEncrypted() |
GetCodeCompletionRequest |
setFetchKeys(String fetchKeys) |
GetCodeCompletionRequest |
setIsEncrypted(Boolean isEncrypted) |
@NameInMap(value="FetchKeys") public String fetchKeys
@NameInMap(value="IsEncrypted") public Boolean isEncrypted
public static GetCodeCompletionRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetCodeCompletionRequest setFetchKeys(String fetchKeys)
public String getFetchKeys()
public GetCodeCompletionRequest setIsEncrypted(Boolean isEncrypted)
public Boolean getIsEncrypted()
Copyright © 2022. All rights reserved.