public class KTVBPMInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| KTVBPMInfo() | 
| KTVBPMInfo(KTVBPMInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getType()Get 节拍类型,取值有:
Slow:慢;
Middle:中等;
Fast:快;
Unknown:未知。 | 
| Long | getValue()Get BPM 值。 | 
| void | setType(String Type)Set 节拍类型,取值有:
Slow:慢;
Middle:中等;
Fast:快;
Unknown:未知。 | 
| void | setValue(Long Value)Set BPM 值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic KTVBPMInfo()
public KTVBPMInfo(KTVBPMInfo source)
public String getType()
public void setType(String Type)
Type - 节拍类型,取值有:
public Long getValue()
public void setValue(Long Value)
Value - BPM 值。Copyright © 2025. All rights reserved.