public class OfferingOrderStep
extends java.lang.Object
implements java.io.Serializable
A step in the offering order process.
| コンストラクタと説明 |
|---|
OfferingOrderStep() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
More detailed description of the order step.
|
java.lang.String |
getName()
Name of the order step.
|
java.lang.String |
getNumber()
Number of an order step.
|
java.lang.String |
getOwner()
The entity who owns the completion of the order step.
|
java.lang.Integer |
getSla()
Time to complete the order step in minutes.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
More detailed description of the order step.
|
void |
setName(java.lang.String name)
Name of the order step.
|
void |
setNumber(java.lang.String number)
Number of an order step.
|
void |
setOwner(java.lang.String owner)
The entity who owns the completion of the order step.
|
void |
setSla(java.lang.Integer sla)
Time to complete the order step in minutes.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OfferingOrderStep |
withDescription(java.lang.String description)
More detailed description of the order step.
|
OfferingOrderStep |
withName(java.lang.String name)
Name of the order step.
|
OfferingOrderStep |
withNumber(java.lang.String number)
Number of an order step.
|
OfferingOrderStep |
withOwner(java.lang.String owner)
The entity who owns the completion of the order step.
|
OfferingOrderStep |
withSla(java.lang.Integer sla)
Time to complete the order step in minutes.
|
public java.lang.String getNumber()
Example: 1
Example: 1
public void setNumber(java.lang.String number)
Example: 1
number - Number of an order step. Example: 1
public OfferingOrderStep withNumber(java.lang.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 java.lang.String getName()
Example: Authorize cross connect
Example: Authorize cross connect
public void setName(java.lang.String name)
Example: Authorize cross connect
name - Name of the order step. Example: Authorize cross connect
public OfferingOrderStep withName(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String getOwner()
Example: AWS
Example: AWS
public void setOwner(java.lang.String owner)
Example: AWS
owner - The entity who owns the completion of the order step. Example: AWS
public OfferingOrderStep withOwner(java.lang.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 java.lang.Integer getSla()
Example: 60
Example: 60
public void setSla(java.lang.Integer sla)
Example: 60
sla - Time to complete the order step in minutes. Example: 60
public OfferingOrderStep withSla(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object