public class BodyInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BodyInfo.Builder |
| 构造器和说明 |
|---|
BodyInfo() |
BodyInfo(BodyInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBodyType() |
BodyEntity |
getValue() |
static BodyInfo.Builder |
newBuilder() |
void |
setBodyType(String bodyType) |
void |
setValue(BodyEntity value) |
public BodyInfo()
public BodyInfo(BodyInfo.Builder builder)
public static BodyInfo.Builder newBuilder()
public String getBodyType()
public void setBodyType(String bodyType)
public BodyEntity getValue()
public void setValue(BodyEntity value)
Copyright © 2025. All rights reserved.