public class TrafficForecastSegment extends Object implements Serializable
| Constructor and Description |
|---|
TrafficForecastSegment() |
TrafficForecastSegment(Long id,
String name,
Targeting targeting,
Integer forecastAdjustmentCount,
DateTime creationDateTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DateTime |
getCreationDateTime()
Gets the creationDateTime value for this TrafficForecastSegment.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getForecastAdjustmentCount()
Gets the forecastAdjustmentCount value for this TrafficForecastSegment.
|
Long |
getId()
Gets the id value for this TrafficForecastSegment.
|
String |
getName()
Gets the name value for this TrafficForecastSegment.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Targeting |
getTargeting()
Gets the targeting value for this TrafficForecastSegment.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCreationDateTime(DateTime creationDateTime)
Sets the creationDateTime value for this TrafficForecastSegment.
|
void |
setForecastAdjustmentCount(Integer forecastAdjustmentCount)
Sets the forecastAdjustmentCount value for this TrafficForecastSegment.
|
void |
setId(Long id)
Sets the id value for this TrafficForecastSegment.
|
void |
setName(String name)
Sets the name value for this TrafficForecastSegment.
|
void |
setTargeting(Targeting targeting)
Sets the targeting value for this TrafficForecastSegment.
|
String |
toString() |
public Long getId()
public void setId(Long id)
id - * The unique ID of the TrafficForecastSegment. This field is
read-only and set by Google.
This attribute is read-only.public String getName()
public void setName(String name)
name - * Name of the TrafficForecastSegment. This field must be unique
among all segments for this
network.
This attribute is
required.public Targeting getTargeting()
This field is required for segment creation and then read-only thereafter.
public void setTargeting(Targeting targeting)
targeting - * The targeting that defines a segment of traffic.
This field is required for segment creation and then read-only thereafter.
public Integer getForecastAdjustmentCount()
public void setForecastAdjustmentCount(Integer forecastAdjustmentCount)
forecastAdjustmentCount - * The number of forecast adjustments associated with the TrafficForecastSegment.
This attribute is read-only.public DateTime getCreationDateTime()
public void setCreationDateTime(DateTime creationDateTime)
creationDateTime - * The date and time that the TrafficForecastSegment was created.
This attribute is read-only.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.