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 Alias
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getComment()
Get Field Remarks
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getId()
Get Schema ID Random Unique
|
String |
getName()
Get Schema Name
|
RecordField[] |
getProperties()
Get Schema Extended Attributes
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getType()
Get Schema Type
|
String |
getValue()
Get Schema Value
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setAlias(String Alias)
Set Schema Alias
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setComment(String Comment)
Set Field Remarks
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setId(String Id)
Set Schema ID Random Unique
|
void |
setName(String Name)
Set Schema Name
|
void |
setProperties(RecordField[] Properties)
Set Schema Extended Attributes
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setType(String Type)
Set Schema Type
|
void |
setValue(String Value)
Set Schema Value
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IntegrationNodeSchema()
public IntegrationNodeSchema(IntegrationNodeSchema source)
public String getId()
public void setId(String Id)
Id
- Schema ID Random Uniquepublic String getName()
public void setName(String Name)
Name
- Schema Namepublic String getType()
public void setType(String Type)
Type
- Schema Typepublic String getValue()
public void setValue(String Value)
Value
- Schema Value
Note: This field may return null, indicating that no valid value can be obtained.public RecordField[] getProperties()
public void setProperties(RecordField[] Properties)
Properties
- Schema Extended Attributes
Note: This field may return null, indicating that no valid value can be obtained.public String getAlias()
public void setAlias(String Alias)
Alias
- Schema Alias
Note: This field may return null, indicating that no valid value can be obtained.public String getComment()
public void setComment(String Comment)
Comment
- Field Remarks
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.