类 CodecOptions
- java.lang.Object
-
- com.baidubce.services.lss.model.CodecOptions
-
- 所有已实现的接口:
Serializable
public class CodecOptions extends Object implements Serializable
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CodecOptions()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetProfile()Returns the profile.voidsetProfile(String profile)Sets the profileStringtoString()CodecOptionswithProfile(String profile)Sets the profile and returns this object.
-
-
-
方法详细资料
-
getProfile
public String getProfile()
Returns the profile.- 返回:
- the profile
-
setProfile
public void setProfile(String profile)
Sets the profile- 参数:
profile- the profile
-
withProfile
public CodecOptions withProfile(String profile)
Sets the profile and returns this object.- 参数:
profile- the profile- 返回:
- this object
-
-