Nimrod Lev has had a long and varied career in the tech industry. Nimrod began their career in 1996 as the Head of Content/Operations at Walla!. In 2001, they co-founded and served as CEO of PointMatch USA. In 2004, they founded and served as CEO of kSolo, Inc. From 2006 to 2009, they served as SVP & GM of kSolo at MySpace/Fox Interactive Media. During this time, they also served as a board member at RocketPlay (2010) and fring (2009). In 2011, they founded MiniTime and also served as a General Partner at Inimiti, a VC focused on early stage investments in the Internet and Mobile spaces. Most recently, they have been the CEO of Funzing since 2018.
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencentcloudapi.live.v20180801.models;
import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class DescribeLiveTranscodeRulesResponse extends AbstractModel{
/**
* 转码规则列表。
*/
@SerializedName("Rules")
@Expose
private RuleInfo [] Rules;
/**
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
*/
@SerializedName("RequestId")
@Expose
private String RequestId;
/**
* Get 转码规则列表。
* @return Rules 转码规则列表。
*/
public RuleInfo [] getRules() {
return this.Rules;
}
/**
* Set 转码规则列表。
* @param Rules
Sign up to view 4 direct reports
Get started