com.baidubce.services.media.model
Class VolumeAdjust

java.lang.Object
  extended by com.baidubce.services.media.model.VolumeAdjust

public class VolumeAdjust
extends Object


Constructor Summary
VolumeAdjust()
           
 
Method Summary
 Integer getGain()
           
 Boolean getMute()
           
 Boolean getNorm()
           
 void setGain(Integer gain)
           
 void setMute(Boolean mute)
           
 void setNorm(Boolean norm)
           
 String toString()
           
 VolumeAdjust withGain(Integer gain)
           
 VolumeAdjust withMute(Boolean mute)
           
 VolumeAdjust withNorm(Boolean norm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VolumeAdjust

public VolumeAdjust()
Method Detail

getMute

public Boolean getMute()

setMute

public void setMute(Boolean mute)

withMute

public VolumeAdjust withMute(Boolean mute)

getNorm

public Boolean getNorm()

setNorm

public void setNorm(Boolean norm)

withNorm

public VolumeAdjust withNorm(Boolean norm)

getGain

public Integer getGain()

setGain

public void setGain(Integer gain)

withGain

public VolumeAdjust withGain(Integer gain)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.