public class ServerProfileCompliancePreview extends Object implements Serializable
Constructor and Description |
---|
ServerProfileCompliancePreview() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAutomaticUpdates() |
Boolean |
getIsOnlineUpdate() |
List<String> |
getManualUpdates() |
String |
getType() |
void |
setAutomaticUpdates(List<String> automaticUpdates) |
void |
setIsOnlineUpdate(Boolean isOnlineUpdate) |
void |
setManualUpdates(List<String> manualUpdates) |
void |
setType(String type) |
public void setAutomaticUpdates(List<String> automaticUpdates)
automaticUpdates
- the automaticUpdates to setpublic Boolean getIsOnlineUpdate()
public void setIsOnlineUpdate(Boolean isOnlineUpdate)
isOnlineUpdate
- the isOnlineUpdate to setpublic void setManualUpdates(List<String> manualUpdates)
manualUpdates
- the manualUpdates to setpublic String getType()
public void setType(String type)
type
- the type to setCopyright © 2016. All rights reserved.