public class DbNormalDetail extends AbstractModel
Constructor and Description |
---|
DbNormalDetail() |
DbNormalDetail(DbNormalDetail 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 |
getCollationName()
Get Database collation
|
String |
getCreateTime()
Get Database creation time
|
String |
getIsAutoCleanupOn()
Get Whether the cleanup task is enabled to automatically remove old change tracking information when CT is enabled.
|
String |
getIsBrokerEnabled()
Get Whether SQL Server Service Broker is enabled.
|
String |
getIsCdcEnabled()
Get Whether CDC is enabled.
|
String |
getIsDbChainingOn()
Get Whether CT is enabled.
|
String |
getIsEncrypted()
Get Whether it is encrypted.
|
String |
getIsFulltextEnabled()
Get Whether full-text indexes are enabled.
|
String |
getIsMirroring()
Get Whether it is a mirror database.
|
String |
getIsPublished()
Get Whether it is published.
|
String |
getIsReadCommittedSnapshotOn()
Get Whether snapshots are enabled.
|
String |
getIsSubscribed()
Get Whether it is subscribed.
|
String |
getIsTrustworthyOn()
Get Whether it is trustworthy.
|
String |
getMirroringState()
Get Mirroring state
|
String |
getName()
Get Database name
|
String |
getRecoveryModelDesc()
Get Recovery model
|
String |
getRetentionPeriod()
Get Retention period (in days) of change tracking information
|
String |
getStateDesc()
Get Database status
|
String |
getUserAccessDesc()
Get User type
|
void |
setCollationName(String CollationName)
Set Database collation
|
void |
setCreateTime(String CreateTime)
Set Database creation time
|
void |
setIsAutoCleanupOn(String IsAutoCleanupOn)
Set Whether the cleanup task is enabled to automatically remove old change tracking information when CT is enabled.
|
void |
setIsBrokerEnabled(String IsBrokerEnabled)
Set Whether SQL Server Service Broker is enabled.
|
void |
setIsCdcEnabled(String IsCdcEnabled)
Set Whether CDC is enabled.
|
void |
setIsDbChainingOn(String IsDbChainingOn)
Set Whether CT is enabled.
|
void |
setIsEncrypted(String IsEncrypted)
Set Whether it is encrypted.
|
void |
setIsFulltextEnabled(String IsFulltextEnabled)
Set Whether full-text indexes are enabled.
|
void |
setIsMirroring(String IsMirroring)
Set Whether it is a mirror database.
|
void |
setIsPublished(String IsPublished)
Set Whether it is published.
|
void |
setIsReadCommittedSnapshotOn(String IsReadCommittedSnapshotOn)
Set Whether snapshots are enabled.
|
void |
setIsSubscribed(String IsSubscribed)
Set Whether it is subscribed.
|
void |
setIsTrustworthyOn(String IsTrustworthyOn)
Set Whether it is trustworthy.
|
void |
setMirroringState(String MirroringState)
Set Mirroring state
|
void |
setName(String Name)
Set Database name
|
void |
setRecoveryModelDesc(String RecoveryModelDesc)
Set Recovery model
|
void |
setRetentionPeriod(String RetentionPeriod)
Set Retention period (in days) of change tracking information
|
void |
setStateDesc(String StateDesc)
Set Database status
|
void |
setUserAccessDesc(String UserAccessDesc)
Set User type
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DbNormalDetail()
public DbNormalDetail(DbNormalDetail source)
public String getIsSubscribed()
public void setIsSubscribed(String IsSubscribed)
IsSubscribed
- Whether it is subscribed. Valid values: `0` (no), `1` (yes)public String getCollationName()
public void setCollationName(String CollationName)
CollationName
- Database collationpublic String getIsAutoCleanupOn()
public void setIsAutoCleanupOn(String IsAutoCleanupOn)
IsAutoCleanupOn
- Whether the cleanup task is enabled to automatically remove old change tracking information when CT is enabled. Valid values: `0` (no), `1` (yes)public String getIsBrokerEnabled()
public void setIsBrokerEnabled(String IsBrokerEnabled)
IsBrokerEnabled
- Whether SQL Server Service Broker is enabled. Valid values: `0` (no), `1` (yes)public String getIsCdcEnabled()
public void setIsCdcEnabled(String IsCdcEnabled)
IsCdcEnabled
- Whether CDC is enabled. Valid values: `0` (disabled), `1` (enabled)public String getIsDbChainingOn()
public void setIsDbChainingOn(String IsDbChainingOn)
IsDbChainingOn
- Whether CT is enabled. Valid values: `0` (disabled), `1` (enabled)public String getIsEncrypted()
public void setIsEncrypted(String IsEncrypted)
IsEncrypted
- Whether it is encrypted. Valid values: `0` (no), `1` (yes)public String getIsFulltextEnabled()
public void setIsFulltextEnabled(String IsFulltextEnabled)
IsFulltextEnabled
- Whether full-text indexes are enabled. Valid values: `0` (no), `1` (yes)public String getIsMirroring()
public void setIsMirroring(String IsMirroring)
IsMirroring
- Whether it is a mirror database. Valid values: `0` (no), `1` (yes)public String getIsPublished()
public void setIsPublished(String IsPublished)
IsPublished
- Whether it is published. Valid values: `0` (no), `1` (yes)public String getIsReadCommittedSnapshotOn()
public void setIsReadCommittedSnapshotOn(String IsReadCommittedSnapshotOn)
IsReadCommittedSnapshotOn
- Whether snapshots are enabled. Valid values: `0` (no), `1` (yes)public String getIsTrustworthyOn()
public void setIsTrustworthyOn(String IsTrustworthyOn)
IsTrustworthyOn
- Whether it is trustworthy. Valid values: `0` (no), `1` (yes)public String getMirroringState()
public void setMirroringState(String MirroringState)
MirroringState
- Mirroring statepublic String getName()
public void setName(String Name)
Name
- Database namepublic String getRecoveryModelDesc()
public void setRecoveryModelDesc(String RecoveryModelDesc)
RecoveryModelDesc
- Recovery modelpublic String getRetentionPeriod()
public void setRetentionPeriod(String RetentionPeriod)
RetentionPeriod
- Retention period (in days) of change tracking informationpublic String getStateDesc()
public void setStateDesc(String StateDesc)
StateDesc
- Database statuspublic String getUserAccessDesc()
public void setUserAccessDesc(String UserAccessDesc)
UserAccessDesc
- User typepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Database creation timeCopyright © 2023. All rights reserved.