-
public final class StatusModelOfVideoResolutionsInfoModel
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleansuccessprivate final Stringmessageprivate final IntegerstatusCodeprivate final StatusModelOfVideoResolutionsInfoModelAllOfDatadata
-
Constructor Summary
Constructors Constructor Description StatusModelOfVideoResolutionsInfoModel(Boolean success, String message, Integer statusCode, StatusModelOfVideoResolutionsInfoModelAllOfData data)
-
Method Summary
Modifier and Type Method Description final BooleangetSuccess()final StringgetMessage()final IntegergetStatusCode()final StatusModelOfVideoResolutionsInfoModelAllOfDatagetData()-
-
Constructor Detail
-
StatusModelOfVideoResolutionsInfoModel
StatusModelOfVideoResolutionsInfoModel(Boolean success, String message, Integer statusCode, StatusModelOfVideoResolutionsInfoModelAllOfData data)
- Parameters:
success- Indicates whether the operation was successful.message- A descriptive message regarding the operation outcome.statusCode- The HTTP status code for the response.
-
-
Method Detail
-
getSuccess
final Boolean getSuccess()
-
getMessage
final String getMessage()
-
getStatusCode
final Integer getStatusCode()
-
getData
final StatusModelOfVideoResolutionsInfoModelAllOfData getData()
-
-
-
-