@Generated(value="code.byted.cdp.client.JavaClientCodegen", date="2023-12-07T11:50:37.641+08:00[Asia/Shanghai]") public class ByteDanceResponseSegmentationRefreshResp extends Object
| 构造器和说明 |
|---|
ByteDanceResponseSegmentationRefreshResp() |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteDanceResponseSegmentationRefreshResp |
code(Integer code) |
ByteDanceResponseSegmentationRefreshResp |
data(String data) |
boolean |
equals(Object o) |
Integer |
getCode()
Get code
|
String |
getData()
Get data
|
String |
getMsg()
Get msg
|
int |
hashCode() |
ByteDanceResponseSegmentationRefreshResp |
msg(String msg) |
void |
setCode(Integer code) |
void |
setData(String data) |
void |
setMsg(String msg) |
String |
toString() |
public ByteDanceResponseSegmentationRefreshResp code(Integer code)
public Integer getCode()
public void setCode(Integer code)
public ByteDanceResponseSegmentationRefreshResp msg(String msg)
public String getMsg()
public void setMsg(String msg)
public ByteDanceResponseSegmentationRefreshResp data(String data)
public String getData()
public void setData(String data)
Copyright © 2023. All rights reserved.