/* * 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; /** *
* WCDMA. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class WcdmaObj implements Serializable, Cloneable, StructuredPojo { /** ** Mobile Country Code. *
*/ private Integer mcc; /** ** Mobile Network Code. *
*/ private Integer mnc; /** ** Location Area Code. *
*/ private Integer lac; /** ** UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier. *
*/ private Integer utranCid; /** ** WCDMA local ID information. *
*/ private WcdmaLocalId wcdmaLocalId; /** ** Received Signal Code Power (signal power) (dBm). *
*/ private Integer rscp; /** ** Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates * through space. *
*/ private Integer pathLoss; /** ** WCDMA object for network measurement reports. *
*/ private java.util.List* Mobile Country Code. *
* * @param mcc * Mobile Country Code. */ public void setMcc(Integer mcc) { this.mcc = mcc; } /** ** Mobile Country Code. *
* * @return Mobile Country Code. */ public Integer getMcc() { return this.mcc; } /** ** Mobile Country Code. *
* * @param mcc * Mobile Country Code. * @return Returns a reference to this object so that method calls can be chained together. */ public WcdmaObj withMcc(Integer mcc) { setMcc(mcc); return this; } /** ** Mobile Network Code. *
* * @param mnc * Mobile Network Code. */ public void setMnc(Integer mnc) { this.mnc = mnc; } /** ** Mobile Network Code. *
* * @return Mobile Network Code. */ public Integer getMnc() { return this.mnc; } /** ** Mobile Network Code. *
* * @param mnc * Mobile Network Code. * @return Returns a reference to this object so that method calls can be chained together. */ public WcdmaObj withMnc(Integer mnc) { setMnc(mnc); return this; } /** ** Location Area Code. *
* * @param lac * Location Area Code. */ public void setLac(Integer lac) { this.lac = lac; } /** ** Location Area Code. *
* * @return Location Area Code. */ public Integer getLac() { return this.lac; } /** ** Location Area Code. *
* * @param lac * Location Area Code. * @return Returns a reference to this object so that method calls can be chained together. */ public WcdmaObj withLac(Integer lac) { setLac(lac); return this; } /** ** UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier. *
* * @param utranCid * UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier. */ public void setUtranCid(Integer utranCid) { this.utranCid = utranCid; } /** ** UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier. *
* * @return UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier. */ public Integer getUtranCid() { return this.utranCid; } /** ** UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier. *
* * @param utranCid * UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier. * @return Returns a reference to this object so that method calls can be chained together. */ public WcdmaObj withUtranCid(Integer utranCid) { setUtranCid(utranCid); return this; } /** ** WCDMA local ID information. *
* * @param wcdmaLocalId * WCDMA local ID information. */ public void setWcdmaLocalId(WcdmaLocalId wcdmaLocalId) { this.wcdmaLocalId = wcdmaLocalId; } /** ** WCDMA local ID information. *
* * @return WCDMA local ID information. */ public WcdmaLocalId getWcdmaLocalId() { return this.wcdmaLocalId; } /** ** WCDMA local ID information. *
* * @param wcdmaLocalId * WCDMA local ID information. * @return Returns a reference to this object so that method calls can be chained together. */ public WcdmaObj withWcdmaLocalId(WcdmaLocalId wcdmaLocalId) { setWcdmaLocalId(wcdmaLocalId); return this; } /** ** Received Signal Code Power (signal power) (dBm). *
* * @param rscp * Received Signal Code Power (signal power) (dBm). */ public void setRscp(Integer rscp) { this.rscp = rscp; } /** ** Received Signal Code Power (signal power) (dBm). *
* * @return Received Signal Code Power (signal power) (dBm). */ public Integer getRscp() { return this.rscp; } /** ** Received Signal Code Power (signal power) (dBm). *
* * @param rscp * Received Signal Code Power (signal power) (dBm). * @return Returns a reference to this object so that method calls can be chained together. */ public WcdmaObj withRscp(Integer rscp) { setRscp(rscp); return this; } /** ** Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates * through space. *
* * @param pathLoss * Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it * propagates through space. */ public void setPathLoss(Integer pathLoss) { this.pathLoss = pathLoss; } /** ** Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates * through space. *
* * @return Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it * propagates through space. */ public Integer getPathLoss() { return this.pathLoss; } /** ** Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates * through space. *
* * @param pathLoss * Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it * propagates through space. * @return Returns a reference to this object so that method calls can be chained together. */ public WcdmaObj withPathLoss(Integer pathLoss) { setPathLoss(pathLoss); return this; } /** ** WCDMA object for network measurement reports. *
* * @return WCDMA object for network measurement reports. */ public java.util.List* WCDMA object for network measurement reports. *
* * @param wcdmaNmr * WCDMA object for network measurement reports. */ public void setWcdmaNmr(java.util.Collection* WCDMA object for network measurement reports. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setWcdmaNmr(java.util.Collection)} or {@link #withWcdmaNmr(java.util.Collection)} if you want to override * the existing values. *
* * @param wcdmaNmr * WCDMA object for network measurement reports. * @return Returns a reference to this object so that method calls can be chained together. */ public WcdmaObj withWcdmaNmr(WcdmaNmrObj... wcdmaNmr) { if (this.wcdmaNmr == null) { setWcdmaNmr(new java.util.ArrayList* WCDMA object for network measurement reports. *
* * @param wcdmaNmr * WCDMA object for network measurement reports. * @return Returns a reference to this object so that method calls can be chained together. */ public WcdmaObj withWcdmaNmr(java.util.Collection