com.baidubce.services.lss.model
Class CodecOptions

java.lang.Object
  extended by com.baidubce.services.lss.model.CodecOptions
All Implemented Interfaces:
Serializable

public class CodecOptions
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CodecOptions()
           
 
Method Summary
 String getProfile()
          Returns the profile.
 void setProfile(String profile)
          Sets the profile
 String toString()
           
 CodecOptions withProfile(String profile)
          Sets the profile and returns this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodecOptions

public CodecOptions()
Method Detail

getProfile

public String getProfile()
Returns the profile.

Returns:
the profile

setProfile

public void setProfile(String profile)
Sets the profile

Parameters:
profile - the profile

withProfile

public CodecOptions withProfile(String profile)
Sets the profile and returns this object.

Parameters:
profile - the profile
Returns:
this object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.