@Generated(value="code.byted.cdp.client.JavaClientCodegen", date="2023-07-04T11:23:30.393+08:00[Asia/Shanghai]") public class ByteDanceResponseSegmentationResp extends Object
| Constructor and Description |
|---|
ByteDanceResponseSegmentationResp() |
| Modifier and Type | Method and Description |
|---|---|
ByteDanceResponseSegmentationResp |
code(Long code) |
ByteDanceResponseSegmentationResp |
data(LegacySegOpenApiInfoResponse data) |
boolean |
equals(Object o) |
Long |
getCode()
Get code
|
LegacySegOpenApiInfoResponse |
getData()
Get data
|
String |
getMsg()
Get msg
|
int |
hashCode() |
ByteDanceResponseSegmentationResp |
msg(String msg) |
void |
setCode(Long code) |
void |
setData(LegacySegOpenApiInfoResponse data) |
void |
setMsg(String msg) |
String |
toString() |
public ByteDanceResponseSegmentationResp code(Long code)
public Long getCode()
public void setCode(Long code)
public ByteDanceResponseSegmentationResp msg(String msg)
public String getMsg()
public void setMsg(String msg)
public ByteDanceResponseSegmentationResp data(LegacySegOpenApiInfoResponse data)
public LegacySegOpenApiInfoResponse getData()
public void setData(LegacySegOpenApiInfoResponse data)
Copyright © 2023. All rights reserved.