public class DisplayGithub extends AbstractModel
header, skipSign
Constructor and Description |
---|
DisplayGithub() |
DisplayGithub(DisplayGithub 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 |
getContent()
Get 内容
|
DisplayToolCommon |
getDisplayToolCommon()
Get 公共字段
|
Long |
getId()
Get 主键ID
|
String |
getMatchedKeywords()
Get 命中关键字
|
String |
getStatus()
Get 状态
|
String |
getUrl()
Get 泄露地址
|
void |
setContent(String Content)
Set 内容
|
void |
setDisplayToolCommon(DisplayToolCommon DisplayToolCommon)
Set 公共字段
|
void |
setId(Long Id)
Set 主键ID
|
void |
setMatchedKeywords(String MatchedKeywords)
Set 命中关键字
|
void |
setStatus(String Status)
Set 状态
|
void |
setUrl(String Url)
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, toJsonString
public DisplayGithub()
public DisplayGithub(DisplayGithub source)
public Long getId()
public void setId(Long Id)
Id
- 主键IDpublic String getContent()
public void setContent(String Content)
Content
- 内容public String getMatchedKeywords()
public void setMatchedKeywords(String MatchedKeywords)
MatchedKeywords
- 命中关键字public String getUrl()
public void setUrl(String Url)
Url
- 泄露地址public String getStatus()
public void setStatus(String Status)
Status
- 状态public DisplayToolCommon getDisplayToolCommon()
public void setDisplayToolCommon(DisplayToolCommon DisplayToolCommon)
DisplayToolCommon
- 公共字段Copyright © 2025. All rights reserved.