@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFuotaTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFuotaTaskResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- public String getArn()
public GetFuotaTaskResult withArn(String arn)
arn
- public void setId(String id)
id
- public String getId()
public GetFuotaTaskResult withId(String id)
id
- public void setStatus(String status)
status
- FuotaTaskStatus
public String getStatus()
FuotaTaskStatus
public GetFuotaTaskResult withStatus(String status)
status
- FuotaTaskStatus
public GetFuotaTaskResult withStatus(FuotaTaskStatus status)
status
- FuotaTaskStatus
public void setName(String name)
name
- public String getName()
public GetFuotaTaskResult withName(String name)
name
- public void setDescription(String description)
description
- public String getDescription()
public GetFuotaTaskResult withDescription(String description)
description
- public void setLoRaWAN(LoRaWANFuotaTaskGetInfo loRaWAN)
loRaWAN
- public LoRaWANFuotaTaskGetInfo getLoRaWAN()
public GetFuotaTaskResult withLoRaWAN(LoRaWANFuotaTaskGetInfo loRaWAN)
loRaWAN
- public void setFirmwareUpdateImage(String firmwareUpdateImage)
firmwareUpdateImage
- public String getFirmwareUpdateImage()
public GetFuotaTaskResult withFirmwareUpdateImage(String firmwareUpdateImage)
firmwareUpdateImage
- public void setFirmwareUpdateRole(String firmwareUpdateRole)
firmwareUpdateRole
- public String getFirmwareUpdateRole()
public GetFuotaTaskResult withFirmwareUpdateRole(String firmwareUpdateRole)
firmwareUpdateRole
- public void setCreatedAt(Date createdAt)
createdAt
- public Date getCreatedAt()
public GetFuotaTaskResult withCreatedAt(Date createdAt)
createdAt
- public void setRedundancyPercent(Integer redundancyPercent)
redundancyPercent
- public Integer getRedundancyPercent()
public GetFuotaTaskResult withRedundancyPercent(Integer redundancyPercent)
redundancyPercent
- public void setFragmentSizeBytes(Integer fragmentSizeBytes)
fragmentSizeBytes
- public Integer getFragmentSizeBytes()
public GetFuotaTaskResult withFragmentSizeBytes(Integer fragmentSizeBytes)
fragmentSizeBytes
- public void setFragmentIntervalMS(Integer fragmentIntervalMS)
fragmentIntervalMS
- public Integer getFragmentIntervalMS()
public GetFuotaTaskResult withFragmentIntervalMS(Integer fragmentIntervalMS)
fragmentIntervalMS
- public String toString()
toString
in class Object
Object.toString()
public GetFuotaTaskResult clone()