Package com.vonage.client.video
Class ProjectDetails
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.ProjectDetails
- All Implemented Interfaces:
Jsonable
Represents properties of a video project.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectDetailsCreates an instance of this class from a JSON payload.getName()Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
ProjectDetails
protected ProjectDetails()
-
-
Method Details
-
getApplicationId
- Returns:
- The Vonage application ID.
-
getStatus
- Returns:
- Whether the project is active or suspended.
-
getName
- Returns:
- The project name, if specified when created.
-
getEnvironment
- Returns:
- The environment the project is running on.
-
getCreatedAt
- Returns:
- The time at which the project was created (a UNIX timestamp, in milliseconds).
-
fromJson
Creates an instance of this class from a JSON payload.- Parameters:
json- The JSON string to parse.- Returns:
- An instance of this class with the fields populated, if present.
-