public class UrlRecord extends AbstractModel
Constructor and Description |
---|
UrlRecord() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRealUrl()
Get Corresponding URL
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Status (disable: blocked; enable: unblocked)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUpdateTime()
Get Update time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRealUrl(String RealUrl)
Set Corresponding URL
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Status (disable: blocked; enable: unblocked)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUpdateTime(String UpdateTime)
Set Update time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getStatus()
public void setStatus(String Status)
Status
- Status (disable: blocked; enable: unblocked)
Note: This field may return null, indicating that no valid values can be obtained.public String getRealUrl()
public void setRealUrl(String RealUrl)
RealUrl
- Corresponding URL
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.