|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.directconnect.model.OfferingOrderStep
public class OfferingOrderStep
A step in the offering order process.
Constructor Summary | |
---|---|
OfferingOrderStep()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
More detailed description of the order step. |
String |
getName()
Name of the order step. |
String |
getNumber()
Number of an order step. |
String |
getOwner()
The entity who owns the completion of the order step. |
Integer |
getSla()
Time to complete the order step in minutes. |
int |
hashCode()
|
void |
setDescription(String description)
More detailed description of the order step. |
void |
setName(String name)
Name of the order step. |
void |
setNumber(String number)
Number of an order step. |
void |
setOwner(String owner)
The entity who owns the completion of the order step. |
void |
setSla(Integer sla)
Time to complete the order step in minutes. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
OfferingOrderStep |
withDescription(String description)
More detailed description of the order step. |
OfferingOrderStep |
withName(String name)
Name of the order step. |
OfferingOrderStep |
withNumber(String number)
Number of an order step. |
OfferingOrderStep |
withOwner(String owner)
The entity who owns the completion of the order step. |
OfferingOrderStep |
withSla(Integer sla)
Time to complete the order step in minutes. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OfferingOrderStep()
Method Detail |
---|
public String getNumber()
Example: 1
Example: 1
public void setNumber(String number)
Example: 1
number
- Number of an order step. Example: 1
public OfferingOrderStep withNumber(String number)
Example: 1
Returns a reference to this object so that method calls can be chained together.
number
- Number of an order step. Example: 1
public String getName()
Example: Authorize cross connect
Example: Authorize cross connect
public void setName(String name)
Example: Authorize cross connect
name
- Name of the order step. Example: Authorize cross connect
public OfferingOrderStep withName(String name)
Example: Authorize cross connect
Returns a reference to this object so that method calls can be chained together.
name
- Name of the order step. Example: Authorize cross connect
public String getDescription()
Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"
Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"
public void setDescription(String description)
Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"
description
- More detailed description of the order step. Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"
public OfferingOrderStep withDescription(String description)
Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"
Returns a reference to this object so that method calls can be chained together.
description
- More detailed description of the order step. Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"
public String getOwner()
Example: AWS
Example: AWS
public void setOwner(String owner)
Example: AWS
owner
- The entity who owns the completion of the order step. Example: AWS
public OfferingOrderStep withOwner(String owner)
Example: AWS
Returns a reference to this object so that method calls can be chained together.
owner
- The entity who owns the completion of the order step. Example: AWS
public Integer getSla()
Example: 60
Example: 60
public void setSla(Integer sla)
Example: 60
sla
- Time to complete the order step in minutes. Example: 60
public OfferingOrderStep withSla(Integer sla)
Example: 60
Returns a reference to this object so that method calls can be chained together.
sla
- Time to complete the order step in minutes. Example: 60
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |