public class DeviceSpaceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceSpaceInfo() | 
| DeviceSpaceInfo(DeviceSpaceInfo 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 | getCode()Get 空间编码 | 
| String | getId()Get 空间Id | 
| Long | getLevel()Get 空间级别 | 
| String | getName()Get 空间名字 | 
| void | setCode(String Code)Set 空间编码 | 
| void | setId(String Id)Set 空间Id | 
| void | setLevel(Long Level)Set 空间级别 | 
| void | setName(String Name)Set 空间名字 | 
| 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 DeviceSpaceInfo()
public DeviceSpaceInfo(DeviceSpaceInfo source)
public String getId()
public void setId(String Id)
Id - 空间Idpublic String getName()
public void setName(String Name)
Name - 空间名字public Long getLevel()
public void setLevel(Long Level)
Level - 空间级别public String getCode()
public void setCode(String Code)
Code - 空间编码Copyright © 2025. All rights reserved.