public class UpdateWorkspaceParkAttributesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateWorkspaceParkAttributesRequest() | 
| UpdateWorkspaceParkAttributesRequest(UpdateWorkspaceParkAttributesRequest 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 | 
|---|---|
| String | getApplicationToken()Get 应用token | 
| String | getParkName()Get 园区简称 | 
| String | getParkNum()Get 园区编号 | 
| Long | getWorkspaceId()Get 工作空间id | 
| void | setApplicationToken(String ApplicationToken)Set 应用token | 
| void | setParkName(String ParkName)Set 园区简称 | 
| void | setParkNum(String ParkNum)Set 园区编号 | 
| void | setWorkspaceId(Long WorkspaceId)Set 工作空间id | 
| 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 UpdateWorkspaceParkAttributesRequest()
public UpdateWorkspaceParkAttributesRequest(UpdateWorkspaceParkAttributesRequest source)
public Long getWorkspaceId()
public void setWorkspaceId(Long WorkspaceId)
WorkspaceId - 工作空间idpublic String getApplicationToken()
public void setApplicationToken(String ApplicationToken)
ApplicationToken - 应用tokenpublic String getParkName()
public void setParkName(String ParkName)
ParkName - 园区简称public String getParkNum()
public void setParkNum(String ParkNum)
ParkNum - 园区编号Copyright © 2025. All rights reserved.