public class TrafficForecastSegment extends Object implements Serializable
| Constructor and Description |
|---|
TrafficForecastSegment() |
TrafficForecastSegment(Long id,
String name,
Targeting targeting,
Integer activeForecastAdjustmentCount,
DateTime creationDateTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getActiveForecastAdjustmentCount()
Gets the activeForecastAdjustmentCount value for this TrafficForecastSegment.
|
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
|
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 |
setActiveForecastAdjustmentCount(Integer activeForecastAdjustmentCount)
Sets the activeForecastAdjustmentCount value for this TrafficForecastSegment.
|
void |
setCreationDateTime(DateTime creationDateTime)
Sets the creationDateTime 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()
public void setTargeting(Targeting targeting)
targeting - * The targeting that defines a segment of traffic. Targeting
cannot be changed after segment
creation.
This attribute is
required.public Integer getActiveForecastAdjustmentCount()
public void setActiveForecastAdjustmentCount(Integer activeForecastAdjustmentCount)
activeForecastAdjustmentCount - * The number of active 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 © 2021. All rights reserved.