public class ReplyEntity extends Object
| Constructor and Description |
|---|
ReplyEntity() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
String |
getLabel() |
List<Stratification> |
getStratifications() |
void |
setCount(long count) |
void |
setLabel(String label) |
void |
setStratifications(List<Stratification> stratifications) |
public String getLabel()
public void setLabel(String label)
public long getCount()
public void setCount(long count)
public List<Stratification> getStratifications()
public void setStratifications(List<Stratification> stratifications)
Copyright © 2021 Samply Community. All rights reserved.