Class ContractTemplateSLAProperty
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.ContractTemplateSLAProperty
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ContractTemplateSLAProperty extends com.ibm.cloud.sdk.core.service.model.GenericModelRepresents an SLA property and its value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContractTemplateSLAProperty.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()Gets the description.java.lang.Stringdriver()Gets the driver.java.lang.Stringelement()Gets the element.java.lang.Stringid()Gets the id.ContractTemplateSLAProperty.BuildernewBuilder()New builder.java.lang.Stringproperty()Gets the property.java.lang.Stringschedule()Gets the schedule.java.lang.Stringscheduler()Gets the scheduler.java.lang.Stringunit()Gets the unit.java.lang.Stringvalue()Gets the value.java.lang.StringvalueExt()Gets the valueExt.
-
-
-
Method Detail
-
newBuilder
public ContractTemplateSLAProperty.Builder newBuilder()
New builder.- Returns:
- a ContractTemplateSLAProperty builder
-
id
public java.lang.String id()
Gets the id. Unique identifier for the SLA property.- Returns:
- the id
-
property
public java.lang.String property()
Gets the property. The SLA property name.- Returns:
- the property
-
value
public java.lang.String value()
Gets the value. The value associated with the SLA property.- Returns:
- the value
-
valueExt
public java.lang.String valueExt()
Gets the valueExt. Extended agreement value.- Returns:
- the valueExt
-
unit
public java.lang.String unit()
Gets the unit. Unit of measure (e.g., d for days, y for years). Uses ISO standard.- Returns:
- the unit
-
element
public java.lang.String element()
Gets the element. Element(s) to check on. Multiple elements separated by commas.- Returns:
- the element
-
driver
public java.lang.String driver()
Gets the driver. Importance of SLA: regulatory, analytics, or operational.- Returns:
- the driver
-
description
public java.lang.String description()
Gets the description. Human-readable description of the SLA.- Returns:
- the description
-
scheduler
public java.lang.String scheduler()
Gets the scheduler. Scheduler type (e.g., cron).- Returns:
- the scheduler
-
schedule
public java.lang.String schedule()
Gets the schedule. Schedule expression (e.g., 0 20 * * *).- Returns:
- the schedule
-
-