/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.iotwireless.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* The cell towers that were used to perform the measurements. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class CellTowers implements Serializable, Cloneable, StructuredPojo { /** ** GSM object information. *
*/ private java.util.List* WCDMA object information. *
*/ private java.util.List* TD-SCDMA object information. *
*/ private java.util.List* LTE object information. *
*/ private java.util.List* CDMA object information. *
*/ private java.util.List* GSM object information. *
* * @return GSM object information. */ public java.util.List* GSM object information. *
* * @param gsm * GSM object information. */ public void setGsm(java.util.Collection* GSM object information. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setGsm(java.util.Collection)} or {@link #withGsm(java.util.Collection)} if you want to override the * existing values. *
* * @param gsm * GSM object information. * @return Returns a reference to this object so that method calls can be chained together. */ public CellTowers withGsm(GsmObj... gsm) { if (this.gsm == null) { setGsm(new java.util.ArrayList* GSM object information. *
* * @param gsm * GSM object information. * @return Returns a reference to this object so that method calls can be chained together. */ public CellTowers withGsm(java.util.Collection* WCDMA object information. *
* * @return WCDMA object information. */ public java.util.List* WCDMA object information. *
* * @param wcdma * WCDMA object information. */ public void setWcdma(java.util.Collection* WCDMA object information. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setWcdma(java.util.Collection)} or {@link #withWcdma(java.util.Collection)} if you want to override the * existing values. *
* * @param wcdma * WCDMA object information. * @return Returns a reference to this object so that method calls can be chained together. */ public CellTowers withWcdma(WcdmaObj... wcdma) { if (this.wcdma == null) { setWcdma(new java.util.ArrayList* WCDMA object information. *
* * @param wcdma * WCDMA object information. * @return Returns a reference to this object so that method calls can be chained together. */ public CellTowers withWcdma(java.util.Collection* TD-SCDMA object information. *
* * @return TD-SCDMA object information. */ public java.util.List* TD-SCDMA object information. *
* * @param tdscdma * TD-SCDMA object information. */ public void setTdscdma(java.util.Collection* TD-SCDMA object information. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setTdscdma(java.util.Collection)} or {@link #withTdscdma(java.util.Collection)} if you want to override * the existing values. *
* * @param tdscdma * TD-SCDMA object information. * @return Returns a reference to this object so that method calls can be chained together. */ public CellTowers withTdscdma(TdscdmaObj... tdscdma) { if (this.tdscdma == null) { setTdscdma(new java.util.ArrayList* TD-SCDMA object information. *
* * @param tdscdma * TD-SCDMA object information. * @return Returns a reference to this object so that method calls can be chained together. */ public CellTowers withTdscdma(java.util.Collection* LTE object information. *
* * @return LTE object information. */ public java.util.List* LTE object information. *
* * @param lte * LTE object information. */ public void setLte(java.util.Collection* LTE object information. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setLte(java.util.Collection)} or {@link #withLte(java.util.Collection)} if you want to override the * existing values. *
* * @param lte * LTE object information. * @return Returns a reference to this object so that method calls can be chained together. */ public CellTowers withLte(LteObj... lte) { if (this.lte == null) { setLte(new java.util.ArrayList* LTE object information. *
* * @param lte * LTE object information. * @return Returns a reference to this object so that method calls can be chained together. */ public CellTowers withLte(java.util.Collection* CDMA object information. *
* * @return CDMA object information. */ public java.util.List* CDMA object information. *
* * @param cdma * CDMA object information. */ public void setCdma(java.util.Collection* CDMA object information. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setCdma(java.util.Collection)} or {@link #withCdma(java.util.Collection)} if you want to override the * existing values. *
* * @param cdma * CDMA object information. * @return Returns a reference to this object so that method calls can be chained together. */ public CellTowers withCdma(CdmaObj... cdma) { if (this.cdma == null) { setCdma(new java.util.ArrayList* CDMA object information. *
* * @param cdma * CDMA object information. * @return Returns a reference to this object so that method calls can be chained together. */ public CellTowers withCdma(java.util.Collection