public static class OapiRhinoMosExecTrackGetResponse.TrackRecordDto extends TaobaoObject
| 构造器和说明 |
|---|
TrackRecordDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getEffectEndTime() |
Date |
getEffectStartTime() |
String |
getEffectStatus() |
Long |
getEntityId() |
String |
getEntityType() |
String |
getTenantId() |
String |
getTrackId() |
String |
getTrackType() |
void |
setEffectEndTime(Date effectEndTime) |
void |
setEffectStartTime(Date effectStartTime) |
void |
setEffectStatus(String effectStatus) |
void |
setEntityId(Long entityId) |
void |
setEntityType(String entityType) |
void |
setTenantId(String tenantId) |
void |
setTrackId(String trackId) |
void |
setTrackType(String trackType) |
public Date getEffectEndTime()
public void setEffectEndTime(Date effectEndTime)
public Date getEffectStartTime()
public void setEffectStartTime(Date effectStartTime)
public String getEffectStatus()
public void setEffectStatus(String effectStatus)
public Long getEntityId()
public void setEntityId(Long entityId)
public String getEntityType()
public void setEntityType(String entityType)
public String getTenantId()
public void setTenantId(String tenantId)
public String getTrackId()
public void setTrackId(String trackId)
public String getTrackType()
public void setTrackType(String trackType)
Copyright © 2020. All rights reserved.