AttachmentInfo Class

  • java.lang.Object
    • com.microsoft.bot.schema.AttachmentInfo

public class AttachmentInfo

Metdata for an attachment.

Constructor Summary

Constructor Description
AttachmentInfo()

Method Summary

Modifier and Type Method and Description
java.lang.String getName()

Get the name value.

java.lang.String getType()

Get the type value.

java.util.List<AttachmentView> getViews()

Get the views value.

void setName(String withName)

Set the name value.

void setType(String withType)

Set the type value.

void setViews(List<AttachmentView> withViews)

Set the views value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AttachmentInfo

public AttachmentInfo()

Method Details

getName

public String getName()

Get the name value.

Returns:

the name value

getType

public String getType()

Get the type value.

Returns:

the type value

getViews

public List getViews()

Get the views value.

Returns:

the views value

setName

public void setName(String withName)

Set the name value.

Parameters:

withName - the name value to set

setType

public void setType(String withType)

Set the type value.

Parameters:

withType - the type value to set

setViews

public void setViews(List withViews)

Set the views value.

Parameters:

withViews - the views value to set

Applies to