public class IntegrationNodeSchema extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IntegrationNodeSchema() | 
| IntegrationNodeSchema(IntegrationNodeSchema source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAlias()Get schema别名
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCategory()Get category
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getComment()Get 字段备注
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getId()Get schema id 随机唯一 | 
| String | getName()Get schema名称 | 
| RecordField[] | getProperties()Get schema拓展属性
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getType()Get schema类型 | 
| String | getValue()Get schema值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAlias(String Alias)Set schema别名
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCategory(String Category)Set category
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setComment(String Comment)Set 字段备注
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setId(String Id)Set schema id 随机唯一 | 
| void | setName(String Name)Set schema名称 | 
| void | setProperties(RecordField[] Properties)Set schema拓展属性
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setType(String Type)Set schema类型 | 
| void | setValue(String Value)Set schema值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IntegrationNodeSchema()
public IntegrationNodeSchema(IntegrationNodeSchema source)
public String getId()
public void setId(String Id)
Id - schema id 随机唯一public String getName()
public void setName(String Name)
Name - schema名称public String getType()
public void setType(String Type)
Type - schema类型public String getValue()
public void setValue(String Value)
Value - schema值
注意:此字段可能返回 null,表示取不到有效值。public RecordField[] getProperties()
public void setProperties(RecordField[] Properties)
Properties - schema拓展属性
注意:此字段可能返回 null,表示取不到有效值。public String getAlias()
public void setAlias(String Alias)
Alias - schema别名
注意:此字段可能返回 null,表示取不到有效值。public String getComment()
public void setComment(String Comment)
Comment - 字段备注
注意:此字段可能返回 null,表示取不到有效值。public String getCategory()
public void setCategory(String Category)
Category - category
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.