public class ModelEvaluationBaseInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModelEvaluationBaseInfo() | 
| ModelEvaluationBaseInfo(ModelEvaluationBaseInfo 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 | getCampusName()Get 园区名称 | 
| String | getCustomerName()Get 客户名称 | 
| String | getDeviceType()Get server 服务器  netDevice 网络设备 | 
| String | getRemark()Get 备注 | 
| void | setCampusName(String CampusName)Set 园区名称 | 
| void | setCustomerName(String CustomerName)Set 客户名称 | 
| void | setDeviceType(String DeviceType)Set server 服务器  netDevice 网络设备 | 
| void | setRemark(String Remark)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 ModelEvaluationBaseInfo()
public ModelEvaluationBaseInfo(ModelEvaluationBaseInfo source)
public String getCustomerName()
public void setCustomerName(String CustomerName)
CustomerName - 客户名称public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType - server 服务器  netDevice 网络设备public String getCampusName()
public void setCampusName(String CampusName)
CampusName - 园区名称public String getRemark()
public void setRemark(String Remark)
Remark - 备注Copyright © 2025. All rights reserved.