public class ExternalDataConfiguration extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExternalDataConfiguration() |
ExternalDataConfiguration(ExternalDataConfiguration 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 |
---|---|
Long |
getLifeTime()
Get Lifecycle
Note: This field may return null, indicating that no valid values can be obtained.
|
DMSPartition[] |
getPartitions()
Get Partition
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getRetention()
Get Hive maintenance version
Note: This field may return null, indicating that no valid values can be obtained.
|
DMSSds |
getSds()
Get Metadata storage object
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getViewExpandedText()
Get View text
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getViewOriginalText()
Get View text
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLifeTime(Long LifeTime)
Set Lifecycle
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPartitions(DMSPartition[] Partitions)
Set Partition
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRetention(Long Retention)
Set Hive maintenance version
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSds(DMSSds Sds)
Set Metadata storage object
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setViewExpandedText(String ViewExpandedText)
Set View text
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setViewOriginalText(String ViewOriginalText)
Set View text
Note: This field may return null, indicating that no valid values 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 ExternalDataConfiguration()
public ExternalDataConfiguration(ExternalDataConfiguration source)
public DMSSds getSds()
public void setSds(DMSSds Sds)
Sds
- Metadata storage object
Note: This field may return null, indicating that no valid values can be obtained.public String getViewOriginalText()
public void setViewOriginalText(String ViewOriginalText)
ViewOriginalText
- View text
Note: This field may return null, indicating that no valid values can be obtained.public String getViewExpandedText()
public void setViewExpandedText(String ViewExpandedText)
ViewExpandedText
- View text
Note: This field may return null, indicating that no valid values can be obtained.public Long getRetention()
public void setRetention(Long Retention)
Retention
- Hive maintenance version
Note: This field may return null, indicating that no valid values can be obtained.public Long getLifeTime()
public void setLifeTime(Long LifeTime)
LifeTime
- Lifecycle
Note: This field may return null, indicating that no valid values can be obtained.public DMSPartition[] getPartitions()
public void setPartitions(DMSPartition[] Partitions)
Partitions
- Partition
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.