public class DisplayToolCommon extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DisplayToolCommon() | 
| DisplayToolCommon(DisplayToolCommon 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 | getCreateAt()Get 创建时间 | 
| Long | getCustomerId()Get 企业ID | 
| String | getCustomerName()Get 企业名称 | 
| String | getDetail()Get 详情 | 
| String | getEnterpriseName()Get 子公司名称 | 
| String | getEnterpriseUid()Get 子公司ID | 
| Boolean | getIgnored()Get 是否忽略 | 
| Long | getJobId()Get 主任务ID | 
| Long | getJobRecordId()Get 子任务ID | 
| Long | getJobStageId()Get 单任务ID | 
| String | getLabels()Get 标签列表,json格式:{\"tag1\":[\"责任人xxx\"],\"tag2\":[\"测试站\"]} | 
| String | getMd5()Get Md5值 | 
| String | getUpdateAt()Get 更新时间 | 
| void | setCreateAt(String CreateAt)Set 创建时间 | 
| void | setCustomerId(Long CustomerId)Set 企业ID | 
| void | setCustomerName(String CustomerName)Set 企业名称 | 
| void | setDetail(String Detail)Set 详情 | 
| void | setEnterpriseName(String EnterpriseName)Set 子公司名称 | 
| void | setEnterpriseUid(String EnterpriseUid)Set 子公司ID | 
| void | setIgnored(Boolean Ignored)Set 是否忽略 | 
| void | setJobId(Long JobId)Set 主任务ID | 
| void | setJobRecordId(Long JobRecordId)Set 子任务ID | 
| void | setJobStageId(Long JobStageId)Set 单任务ID | 
| void | setLabels(String Labels)Set 标签列表,json格式:{\"tag1\":[\"责任人xxx\"],\"tag2\":[\"测试站\"]} | 
| void | setMd5(String Md5)Set Md5值 | 
| void | setUpdateAt(String UpdateAt)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 DisplayToolCommon()
public DisplayToolCommon(DisplayToolCommon source)
public String getEnterpriseUid()
public void setEnterpriseUid(String EnterpriseUid)
EnterpriseUid - 子公司IDpublic String getEnterpriseName()
public void setEnterpriseName(String EnterpriseName)
EnterpriseName - 子公司名称public Long getJobId()
public void setJobId(Long JobId)
JobId - 主任务IDpublic Long getJobStageId()
public void setJobStageId(Long JobStageId)
JobStageId - 单任务IDpublic Boolean getIgnored()
public void setIgnored(Boolean Ignored)
Ignored - 是否忽略public Long getJobRecordId()
public void setJobRecordId(Long JobRecordId)
JobRecordId - 子任务IDpublic Long getCustomerId()
public void setCustomerId(Long CustomerId)
CustomerId - 企业IDpublic String getCustomerName()
public void setCustomerName(String CustomerName)
CustomerName - 企业名称public String getDetail()
public void setDetail(String Detail)
Detail - 详情public String getMd5()
public void setMd5(String Md5)
Md5 - Md5值public String getCreateAt()
public void setCreateAt(String CreateAt)
CreateAt - 创建时间public String getUpdateAt()
public void setUpdateAt(String UpdateAt)
UpdateAt - 更新时间public String getLabels()
public void setLabels(String Labels)
Labels - 标签列表,json格式:{\"tag1\":[\"责任人xxx\"],\"tag2\":[\"测试站\"]}Copyright © 2025. All rights reserved.