Class UiMediaServerUrlAndToken

java.lang.Object
org.teamapps.dto.UiMediaServerUrlAndToken
All Implemented Interfaces:
UiObject

public class UiMediaServerUrlAndToken extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • url

      protected String url
    • worker

      protected int worker
    • token

      protected String token
  • Constructor Details

    • UiMediaServerUrlAndToken

      @Deprecated public UiMediaServerUrlAndToken()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiMediaServerUrlAndToken

      public UiMediaServerUrlAndToken(String url, int worker, String token)
  • Method Details