public class CodeDeliveryDetailsType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The type of code delivery details being returned from the server.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
attributeName
The name of the attribute in the code delivery details type.
|
private java.lang.String |
deliveryMedium
The delivery medium (email message or phone number).
|
private java.lang.String |
destination
The destination for the code delivery details.
|
Constructor and Description |
---|
CodeDeliveryDetailsType() |
Modifier and Type | Method and Description |
---|---|
CodeDeliveryDetailsType |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttributeName()
The name of the attribute in the code delivery details type.
|
java.lang.String |
getDeliveryMedium()
The delivery medium (email message or phone number).
|
java.lang.String |
getDestination()
The destination for the code delivery details.
|
int |
hashCode() |
void |
setAttributeName(java.lang.String attributeName)
The name of the attribute in the code delivery details type.
|
void |
setDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
|
void |
setDeliveryMedium(java.lang.String deliveryMedium)
The delivery medium (email message or phone number).
|
void |
setDestination(java.lang.String destination)
The destination for the code delivery details.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CodeDeliveryDetailsType |
withAttributeName(java.lang.String attributeName)
The name of the attribute in the code delivery details type.
|
CodeDeliveryDetailsType |
withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
|
CodeDeliveryDetailsType |
withDeliveryMedium(java.lang.String deliveryMedium)
The delivery medium (email message or phone number).
|
CodeDeliveryDetailsType |
withDestination(java.lang.String destination)
The destination for the code delivery details.
|
private java.lang.String destination
The destination for the code delivery details.
private java.lang.String deliveryMedium
The delivery medium (email message or phone number).
private java.lang.String attributeName
The name of the attribute in the code delivery details type.
public void setDestination(java.lang.String destination)
The destination for the code delivery details.
destination
- The destination for the code delivery details.public java.lang.String getDestination()
The destination for the code delivery details.
public CodeDeliveryDetailsType withDestination(java.lang.String destination)
The destination for the code delivery details.
destination
- The destination for the code delivery details.public void setDeliveryMedium(java.lang.String deliveryMedium)
The delivery medium (email message or phone number).
deliveryMedium
- The delivery medium (email message or phone number).DeliveryMediumType
public java.lang.String getDeliveryMedium()
The delivery medium (email message or phone number).
DeliveryMediumType
public CodeDeliveryDetailsType withDeliveryMedium(java.lang.String deliveryMedium)
The delivery medium (email message or phone number).
deliveryMedium
- The delivery medium (email message or phone number).DeliveryMediumType
public void setDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
deliveryMedium
- The delivery medium (email message or phone number).DeliveryMediumType
public CodeDeliveryDetailsType withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
deliveryMedium
- The delivery medium (email message or phone number).DeliveryMediumType
public void setAttributeName(java.lang.String attributeName)
The name of the attribute in the code delivery details type.
attributeName
- The name of the attribute in the code delivery details type.public java.lang.String getAttributeName()
The name of the attribute in the code delivery details type.
public CodeDeliveryDetailsType withAttributeName(java.lang.String attributeName)
The name of the attribute in the code delivery details type.
attributeName
- The name of the attribute in the code delivery details type.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CodeDeliveryDetailsType clone()
clone
in class java.lang.Object