public class GlobalOption extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GlobalOption.Builder |
| 构造器和说明 |
|---|
GlobalOption() |
GlobalOption(GlobalOption.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApiName() |
Integer |
getCreatedAt() |
GlobalOptionLabel |
getLabel() |
GlobalOptionElement[] |
getOptions() |
Integer |
getUpdatedAt() |
static GlobalOption.Builder |
newBuilder() |
void |
setApiName(String apiName) |
void |
setCreatedAt(Integer createdAt) |
void |
setLabel(GlobalOptionLabel label) |
void |
setOptions(GlobalOptionElement[] options) |
void |
setUpdatedAt(Integer updatedAt) |
public GlobalOption()
public GlobalOption(GlobalOption.Builder builder)
public String getApiName()
public void setApiName(String apiName)
public GlobalOptionLabel getLabel()
public void setLabel(GlobalOptionLabel label)
public GlobalOptionElement[] getOptions()
public void setOptions(GlobalOptionElement[] options)
public Integer getCreatedAt()
public void setCreatedAt(Integer createdAt)
public Integer getUpdatedAt()
public void setUpdatedAt(Integer updatedAt)
public static GlobalOption.Builder newBuilder()
Copyright © 2025. All rights reserved.