public class CheckAppidExistResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CheckAppidExistResponse() | 
| CheckAppidExistResponse(CheckAppidExistResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getExist()Get appid是否存在 | 
| Boolean | getHasError()Get 请求是否成功 | 
| String | getMsg()Get 出错消息 | 
| String | getRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| void | setExist(Boolean Exist)Set appid是否存在 | 
| void | setHasError(Boolean HasError)Set 请求是否成功 | 
| void | setMsg(String Msg)Set 出错消息 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CheckAppidExistResponse()
public CheckAppidExistResponse(CheckAppidExistResponse source)
public Boolean getExist()
public void setExist(Boolean Exist)
Exist - appid是否存在public Boolean getHasError()
public void setHasError(Boolean HasError)
HasError - 请求是否成功public String getMsg()
public void setMsg(String Msg)
Msg - 出错消息public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.