public class RelatedContentOutputModel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
RelatedContentOutputModel.Casting |
class |
RelatedContentOutputModel.Casts |
class |
RelatedContentOutputModel.ContentData |
Constructor and Description |
---|
RelatedContentOutputModel() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
This Method is use to get the code
|
java.util.List<RelatedContentOutputModel.ContentData> |
getContentData()
This Method is use to get the contentData
|
java.lang.String |
getMsg()
This Method is use to get the msg
|
java.lang.String |
getStatus()
This Method is use to get the status
|
int |
getTotalCount()
This Method is use to get the total Count
|
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.String getMsg()
@Nullable public java.util.List<RelatedContentOutputModel.ContentData> getContentData()
public int getTotalCount()