public class EnvironmentVariable extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
EnvironmentVariable.Builder |
| 构造器和说明 |
|---|
EnvironmentVariable() |
EnvironmentVariable(EnvironmentVariable.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApiName() |
Integer |
getCreatedAt() |
String |
getDescription() |
Boolean |
getIsEncrypted() |
Label |
getLabel() |
String |
getObjectApiName() |
Label |
getObjectLabel() |
String |
getType() |
Integer |
getUpdatedAt() |
String |
getValue() |
static EnvironmentVariable.Builder |
newBuilder() |
void |
setApiName(String apiName) |
void |
setCreatedAt(Integer createdAt) |
void |
setDescription(String description) |
void |
setIsEncrypted(Boolean isEncrypted) |
void |
setLabel(Label label) |
void |
setObjectApiName(String objectApiName) |
void |
setObjectLabel(Label objectLabel) |
void |
setType(String type) |
void |
setUpdatedAt(Integer updatedAt) |
void |
setValue(String value) |
public EnvironmentVariable()
public EnvironmentVariable(EnvironmentVariable.Builder builder)
public String getApiName()
public void setApiName(String apiName)
public Label getLabel()
public void setLabel(Label label)
public String getDescription()
public void setDescription(String description)
public String getValue()
public void setValue(String value)
public Boolean getIsEncrypted()
public void setIsEncrypted(Boolean isEncrypted)
public String getObjectApiName()
public void setObjectApiName(String objectApiName)
public Label getObjectLabel()
public void setObjectLabel(Label objectLabel)
public Integer getCreatedAt()
public void setCreatedAt(Integer createdAt)
public Integer getUpdatedAt()
public void setUpdatedAt(Integer updatedAt)
public String getType()
public void setType(String type)
public static EnvironmentVariable.Builder newBuilder()
Copyright © 2025. All rights reserved.