| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CONFIG_NOT_FOUND |
static int |
CONFIG_QUERY_CONFLICT |
| 构造器和说明 |
|---|
ConfigQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConfigQueryResponse |
buildFailResponse(int errorCode,
String message)
Build fail response.
|
static ConfigQueryResponse |
buildSuccessResponse(String content)
Build success response.
|
String |
getContent()
Getter method for property content.
|
String |
getContentType()
Getter method for property contentType.
|
String |
getEncryptedDataKey() |
long |
getLastModified() |
String |
getMd5() |
String |
getTag() |
boolean |
isBeta() |
void |
setBeta(boolean beta) |
void |
setContent(String content)
Setter method for property content.
|
void |
setContentType(String contentType)
Setter method for property contentType.
|
void |
setEncryptedDataKey(String encryptedDataKey) |
void |
setLastModified(long lastModified) |
void |
setMd5(String md5) |
void |
setTag(String tag) |
getErrorCode, getMessage, getRequestId, getResultCode, isSuccess, setErrorCode, setErrorInfo, setMessage, setRequestId, setResultCode, toStringpublic static final int CONFIG_NOT_FOUND
public static final int CONFIG_QUERY_CONFLICT
public static ConfigQueryResponse buildFailResponse(int errorCode, String message)
errorCode - errorCode.message - message.public static ConfigQueryResponse buildSuccessResponse(String content)
content - content.public String getTag()
public void setTag(String tag)
public String getMd5()
public void setMd5(String md5)
public long getLastModified()
public void setLastModified(long lastModified)
public boolean isBeta()
public void setBeta(boolean beta)
public String getContent()
public void setContent(String content)
content - value to be assigned to property contentpublic void setEncryptedDataKey(String encryptedDataKey)
public String getEncryptedDataKey()
public String getContentType()
public void setContentType(String contentType)
contentType - value to be assigned to property contentTypeCopyright © 2018–2024 Alibaba Group. All rights reserved.