ShareHashtag.Builder
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

Builder for the ShareHashtag class.

ขยาย:Object
การนำไปใช้:ShareModelBuilder
แพ็คเกจ:model
ผู้สร้าง
ShareHashtag.Builder()
public ShareHashtag.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()