public class GetSegmentVersionsResult extends Object implements Serializable
Constructor and Description |
---|
GetSegmentVersionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SegmentsResponse |
getSegmentsResponse()
Segments in your account.
|
int |
hashCode() |
void |
setSegmentsResponse(SegmentsResponse segmentsResponse)
Segments in your account.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSegmentVersionsResult |
withSegmentsResponse(SegmentsResponse segmentsResponse)
Segments in your account.
|
public SegmentsResponse getSegmentsResponse()
public void setSegmentsResponse(SegmentsResponse segmentsResponse)
segmentsResponse
- Segments in your account.public GetSegmentVersionsResult withSegmentsResponse(SegmentsResponse segmentsResponse)
Returns a reference to this object so that method calls can be chained together.
segmentsResponse
- Segments in your account.public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.