Class followingModel
java.lang.Object
vn.edu.uit.csbu.software_design.software_design_backend.following.followingModel
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Following model.followingModel(String accountId, String streamerId) Instantiates a new Following model. -
Method Summary
Modifier and TypeMethodDescriptionGets account id.Gets streamer id.voidsetAccountId(String accountId) Sets account id.voidsetStreamerId(String streamerId) Sets streamer id.
-
Constructor Details
-
followingModel
public followingModel()Instantiates a new Following model. -
followingModel
-
-
Method Details
-
getAccountId
-
setAccountId
-
getStreamerId
-
setStreamerId
Sets streamer id.- Parameters:
streamerId- the streamer id
-