Class ProjectDetails

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.ProjectDetails
All Implemented Interfaces:
Jsonable

public class ProjectDetails extends JsonableBaseObject
Represents properties of a video project.
  • Constructor Details

  • Method Details

    • getApplicationId

      Returns:
      The Vonage application ID.
    • getStatus

      Returns:
      Whether the project is active or suspended.
    • getName

      public String getName()
      Returns:
      The project name, if specified when created.
    • getEnvironment

      Returns:
      The environment the project is running on.
    • getCreatedAt

      public Long getCreatedAt()
      Returns:
      The time at which the project was created (a UNIX timestamp, in milliseconds).
    • fromJson

      public static ProjectDetails fromJson(String json)
      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.