Package com.cloudera.cdp.dw.model
Class ConfigHistoryItem
java.lang.Object
com.cloudera.cdp.dw.model.ConfigHistoryItem
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ConfigHistoryItem
extends Object
An entry in the configuration history of a service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for configId.getFrom()
Getter for from.Getter for serviceId.int
hashCode()
void
setConfigId
(String configId) Setter for configId.void
setFrom
(ZonedDateTime from) Setter for from.void
setServiceId
(String serviceId) Setter for serviceId.toString()
-
Constructor Details
-
ConfigHistoryItem
public ConfigHistoryItem()
-
-
Method Details
-
getServiceId
Getter for serviceId. DBC or VW ID that this configuration belongs to. -
setServiceId
Setter for serviceId. DBC or VW ID that this configuration belongs to. -
getConfigId
Getter for configId. ID of the configuration. -
setConfigId
Setter for configId. ID of the configuration. -
getFrom
Getter for from. When was this configuration used from. -
setFrom
Setter for from. When was this configuration used from. -
equals
-
hashCode
public int hashCode() -
toString
-