public class Strategy
extends java.lang.Object
| Constructor and Description |
|---|
Strategy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.lang.Boolean |
getLive() |
java.util.List<MixAssociation> |
getMixAssociations() |
java.lang.String |
getName() |
void |
setDescription(java.lang.String description) |
void |
setId(java.lang.String id) |
void |
setLive(java.lang.Boolean live) |
void |
setMixAssociations(java.util.List<MixAssociation> associations) |
void |
setName(java.lang.String name) |
public java.lang.String getId()
public void setId(java.lang.String id)
id - the id to set. This is the ID of the Strategy.public java.lang.String getName()
public void setName(java.lang.String name)
name - the name to set. This is the name of the Strategy.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to set. This is a free text description of the Strategy.public java.lang.Boolean getLive()
public void setLive(java.lang.Boolean live)
live - the live to set - whether the Strategy is configured to be live or not.public java.util.List<MixAssociation> getMixAssociations()
public void setMixAssociations(java.util.List<MixAssociation> associations)
Copyright © 2018 SAP SE. All Rights Reserved.