Class VersionUIModel
- java.lang.Object
-
- cn.boboweike.carrot.dashboard.ui.model.VersionUIModel
-
public class VersionUIModel extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()StringgetVersion()booleanisAllowAnonymousDataUsage()static VersionUIModelwithAnonymousDataUsage(String clusterId, String storageProviderType)static VersionUIModelwithoutAnonymousDataUsage()
-
-
-
Method Detail
-
getVersion
public String getVersion()
-
isAllowAnonymousDataUsage
public boolean isAllowAnonymousDataUsage()
-
getClusterId
public String getClusterId()
-
withAnonymousDataUsage
public static VersionUIModel withAnonymousDataUsage(String clusterId, String storageProviderType)
-
withoutAnonymousDataUsage
public static VersionUIModel withoutAnonymousDataUsage()
-
-