Class AuthorInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.irp.v20220324.models.AuthorInfo
-
public class AuthorInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AuthorInfo()AuthorInfo(AuthorInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetFollowType()Get 关注类型:1-关注,2-取关 注意:此字段可能返回 null,表示取不到有效值。StringgetIconUrl()Get 作者头像icon地址 注意:此字段可能返回 null,表示取不到有效值。StringgetId()Get 作者id 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 作者名称 注意:此字段可能返回 null,表示取不到有效值。LonggetSourceId()Get 作者来源 注意:此字段可能返回 null,表示取不到有效值。voidsetFollowType(Long FollowType)Set 关注类型:1-关注,2-取关 注意:此字段可能返回 null,表示取不到有效值。voidsetIconUrl(String IconUrl)Set 作者头像icon地址 注意:此字段可能返回 null,表示取不到有效值。voidsetId(String Id)Set 作者id 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 作者名称 注意:此字段可能返回 null,表示取不到有效值。voidsetSourceId(Long SourceId)Set 作者来源 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AuthorInfo
public AuthorInfo()
-
AuthorInfo
public AuthorInfo(AuthorInfo 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.
-
-
Method Detail
-
getId
public String getId()
Get 作者id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Id 作者id 注意:此字段可能返回 null,表示取不到有效值。
-
setId
public void setId(String Id)
Set 作者id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Id- 作者id 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 作者名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 作者名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 作者名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 作者名称 注意:此字段可能返回 null,表示取不到有效值。
-
getSourceId
public Long getSourceId()
Get 作者来源 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SourceId 作者来源 注意:此字段可能返回 null,表示取不到有效值。
-
setSourceId
public void setSourceId(Long SourceId)
Set 作者来源 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SourceId- 作者来源 注意:此字段可能返回 null,表示取不到有效值。
-
getFollowType
public Long getFollowType()
Get 关注类型:1-关注,2-取关 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FollowType 关注类型:1-关注,2-取关 注意:此字段可能返回 null,表示取不到有效值。
-
setFollowType
public void setFollowType(Long FollowType)
Set 关注类型:1-关注,2-取关 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FollowType- 关注类型:1-关注,2-取关 注意:此字段可能返回 null,表示取不到有效值。
-
getIconUrl
public String getIconUrl()
Get 作者头像icon地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IconUrl 作者头像icon地址 注意:此字段可能返回 null,表示取不到有效值。
-
setIconUrl
public void setIconUrl(String IconUrl)
Set 作者头像icon地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IconUrl- 作者头像icon地址 注意:此字段可能返回 null,表示取不到有效值。
-
-