public class ModifyAppStatusResp extends AbstractModel
| Constructor and Description | 
|---|
| ModifyAppStatusResp() | 
| ModifyAppStatusResp(ModifyAppStatusResp 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 | 
|---|---|
| Long | getBizId()Get GME app ID | 
| String | getStatus()Get App status. | 
| void | setBizId(Long BizId)Set GME app ID | 
| void | setStatus(String Status)Set App status. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ModifyAppStatusResp()
public ModifyAppStatusResp(ModifyAppStatusResp source)
public Long getBizId()
public void setBizId(Long BizId)
BizId - GME app IDpublic String getStatus()
public void setStatus(String Status)
Status - App status. Valid values: `open`, `close`Copyright © 2022. All rights reserved.