public class TechnicalMetadata extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TechnicalMetadata() | 
| TechnicalMetadata(TechnicalMetadata 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 | getLocation()Get 数据表位置
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getOwner()Get 责任人
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getStorageSize()Get 存储大小
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLocation(String Location)Set 数据表位置
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOwner(String Owner)Set 责任人
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStorageSize(Long StorageSize)Set 存储大小
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 TechnicalMetadata()
public TechnicalMetadata(TechnicalMetadata source)
public String getOwner()
public void setOwner(String Owner)
Owner - 责任人
注意:此字段可能返回 null,表示取不到有效值。public String getLocation()
public void setLocation(String Location)
Location - 数据表位置
注意:此字段可能返回 null,表示取不到有效值。public Long getStorageSize()
public void setStorageSize(Long StorageSize)
StorageSize - 存储大小
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.