ShareHashtag.Builder
这个类有新版本。查看 最新版本。

Builder for the ShareHashtag class.

扩展:Object
执行:ShareModelBuilder
应用安装包:model
构造函数
Builder()
public Builder()
实例方法
setHashtag(String)

Sets the hashtag value for this instance.

public Builder setHashtag(String hashtag)
参数描述
hashtag
Returns
The Builder instance
getHashtag()
public String getHashtag()
Returns
Gets the value of the hashtag for this instance
readFrom(ShareModel)

Reads the values from a ShareModel into the builder.

public ShareModelBuilder readFrom(ShareModel model)
参数描述
modelThe source ShareModel
Returns
The builder.
readFrom(ShareHashtag)
public Builder readFrom(ShareHashtag model)
参数描述
model
build()

Builds the object.

public Object build()
Returns
The built object.
build()
public ShareHashtag build()